KKeine Bearbeitungszusammenfassung |
KKeine Bearbeitungszusammenfassung |
||
| Zeile 16: | Zeile 16: | ||
line-height: 18px; | line-height: 18px; | ||
} | } | ||
code { | |||
color: #6e251e; | |||
} | |||
Version vom 31. Mai 2019, 09:23 Uhr
/* CSS an dieser Stelle wirkt sich auf alle Skins aus */
:root {
--me-width: {{#var: me-width | 32%}}
}
body {
font-family: Helvetica,Verdana,Arial,sans-serif;
font-size: 13px;
color: black;
background-color: #b40001;
text-align: justify;
background-position: top center;
background-repeat: no-repeat;
line-height: 18px;
}
code {
color: #6e251e;
}