summaryrefslogtreecommitdiff
path: root/includes/common.css
blob: bc5cd5d61a4f40f8b1cc947235ec077e860f6f86 (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: #96a4b0;
  --charcoal: #6d8188;
  --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;
}