Update stylesheet.css
added background-color for <code>
This commit is contained in:
parent
4d93ae67d7
commit
150c51936d
1 changed files with 4 additions and 0 deletions
|
@ -37,6 +37,10 @@ code, kbd, var, h6
|
|||
{
|
||||
font-weight: bold
|
||||
}
|
||||
code
|
||||
{
|
||||
background-color: lightgray;
|
||||
}
|
||||
/* Absatz nicht einrücken,
|
||||
sondern nach oben und unten Platz lassen */
|
||||
p {
|
||||
|
|
Loading…
Reference in a new issue