summaryrefslogtreecommitdiff
path: root/includes/common.css
blob: ddc0d7d403df15162dcfd0f2bcc7ef8e6febf536 (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
@font-face {
  font-family: "Iosevka Slab";
  font-display: swap;
  src: url("/assets/iosevka-slab-regular.woff2");
}

:root {
  --balboa: #195970;
  --ruby: #9b111e;
  --slate: #b9c2ca;
  --charcoal: #798d94;
  --white: white;
  --box-radius: 0.15em;
  --box-border: 0.5em solid var(--white);
}

body {
  font-size: 1.5em;
  background-color: var(--balboa);
  color: var(--white);
  margin: auto;
  padding: 1em;
}

body,
code {
  font-family: "Iosevka Slab", monospace;
}