summaryrefslogtreecommitdiff
path: root/assets/scss/main.scss
blob: ae917c95502721ed283cb8a8545fec564872fc42 (plain)
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
40
41
@use 'fonts.scss';

* {
  color: #f0f0f0;
}

html {
  background: #0e0614;
}

header {
  text-align: center;
}

header h1 {
  font-style: italic;
}

nav a {
  padding: 0 0.1rem;
}

footer {
  text-align: center;
}

h1 a {
  text-decoration: none;
}

code {
  overflow-wrap: anywhere;
}

.content {
  max-width: 50rem;

  text-wrap: pretty;

  margin: auto;
}