aboutsummaryrefslogtreecommitdiff
path: root/theme/static/styles.css
blob: 0d574da1a7f29eceb56308473134b597cc9b3e25 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
body {
  font-family:
    Menlo,
    Consolas,
    Monaco,
    Liberation Mono,
    Lucida Console,
    monospace;
  font-size: 0.9rem;
  margin: 0 auto;
  max-width: 50em;
  padding: 1rem;
}

img {
  height: auto;
  max-width: 100%;
  width: 100%;
}

pre {
  border: 1px solid #000;
  overflow: scroll;
  padding: 0.5rem;
}

:not(pre) code {
  color: #f00;
}

nav ul {
  padding: 0;
}

nav li {
  display: inline;
  list-style: none;
  padding-right: 0.25rem;
}