third and last part of syncing LCARStrek with Firefox 52 browser windows theme changes
[themes.git] / LCARStrek / webide / logs.css
CommitLineData
dadba0f2
RK
1html, body {
2 background: var(--theme-body-background);
3 color: var(--theme-body-color);
4}
5
6h1 {
7 font-size: 1.2em;
8}
9
10ul {
11 padding: 0;
12 font-size: 1em;
13}
14
15li {
16 list-style: none;
17 margin: 0;
18}