Update stylesheet.css

added background-color for <code>
This commit is contained in:
Erhard Maria Klein 2021-02-10 17:14:22 +01:00 committed by GitHub
parent 4d93ae67d7
commit 150c51936d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,6 +37,10 @@ code, kbd, var, h6
{ {
font-weight: bold font-weight: bold
} }
code
{
background-color: lightgray;
}
/* Absatz nicht einrücken, /* Absatz nicht einrücken,
sondern nach oben und unten Platz lassen */ sondern nach oben und unten Platz lassen */
p { p {