1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-09-20 04:12:09 +00:00

Fix whitespace again

This commit is contained in:
Rohan Kumar 2022-04-13 18:25:59 -07:00
parent 4214a351ba
commit 5d8a86f27f
No known key found for this signature in database
GPG key ID: 1E892DB2A5F84479
2 changed files with 6 additions and 6 deletions

View file

@ -1095,16 +1095,16 @@ samp {
pre, pre,
:not(pre) > code { :not(pre) > code {
border: 1px solid; border: 1px solid;
} }
/* A black border is too harsh. */ /* A black border is too harsh. */
:not(pre) > code { :not(pre) > code {
border-color: #aaa; border-color: #aaa;
} }
kbd { kbd {
font-weight: bold; font-weight: bold;
} }
``` ```

View file

@ -1067,16 +1067,16 @@ samp {
pre, pre,
:not(pre) > code { :not(pre) > code {
border: 1px solid; border: 1px solid;
} }
/* A black border is too harsh. */ /* A black border is too harsh. */
:not(pre) > code { :not(pre) > code {
border-color: #aaa; border-color: #aaa;
} }
kbd { kbd {
font-weight: bold; font-weight: bold;
}</code></pre> }</code></pre>
</figure> </figure>