due to a bug, wasted the 2.48 version number on AMO, so use 2.48.0.1
[themes.git] / LCARStrek / webide / logs.css
1 html, body {
2   background: var(--theme-body-background);
3   color: var(--theme-body-color);
4 }
5
6 h1 {
7   font-size: 1.2em;
8 }
9
10 ul {
11   padding: 0;
12   font-size: 1em;
13 }
14
15 li {
16   list-style: none;
17   margin: 0;
18 }