mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-30 05:35:31 +00:00
19 lines
202 B
CSS
19 lines
202 B
CSS
html, body {
|
|
background: var(--theme-body-background);
|
|
color: var(--theme-body-color);
|
|
}
|
|
|
|
h1 {
|
|
font-size: 1.2em;
|
|
}
|
|
|
|
ul {
|
|
padding: 0;
|
|
font-size: 1em;
|
|
}
|
|
|
|
li {
|
|
list-style: none;
|
|
margin: 0;
|
|
}
|