third and last part of syncing LCARStrek with Firefox 52 browser windows theme changes
[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 }