summaryrefslogtreecommitdiffstats
path: root/devtools/client/webide/themes/logs.css
blob: 446b6e41caead4324afdbb6dfbcfb34ed3208bca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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;
}