Remove padding around <code> elements
This commit is contained in:
parent
82d968520a
commit
27e8d8ad6f
1 changed files with 0 additions and 1 deletions
|
@ -25,7 +25,6 @@ code {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
background-color: lightgray;
|
background-color: lightgray;
|
||||||
color: green;
|
color: green;
|
||||||
padding: 0 0.5em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
|
|
Loading…
Reference in a new issue