mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-23 21:02:09 +00:00
Fix whitespace again
This commit is contained in:
parent
4214a351ba
commit
5d8a86f27f
2 changed files with 6 additions and 6 deletions
|
@ -1095,16 +1095,16 @@ samp {
|
|||
|
||||
pre,
|
||||
:not(pre) > code {
|
||||
border: 1px solid;
|
||||
border: 1px solid;
|
||||
}
|
||||
|
||||
/* A black border is too harsh. */
|
||||
:not(pre) > code {
|
||||
border-color: #aaa;
|
||||
border-color: #aaa;
|
||||
}
|
||||
|
||||
kbd {
|
||||
font-weight: bold;
|
||||
font-weight: bold;
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
@ -1067,16 +1067,16 @@ samp {
|
|||
|
||||
pre,
|
||||
:not(pre) > code {
|
||||
border: 1px solid;
|
||||
border: 1px solid;
|
||||
}
|
||||
|
||||
/* A black border is too harsh. */
|
||||
:not(pre) > code {
|
||||
border-color: #aaa;
|
||||
border-color: #aaa;
|
||||
}
|
||||
|
||||
kbd {
|
||||
font-weight: bold;
|
||||
font-weight: bold;
|
||||
}</code></pre>
|
||||
|
||||
</figure>
|
||||
|
|
Loading…
Reference in a new issue