aboutsummaryrefslogtreecommitdiff
path: root/src/style.css
blob: 54b39b3c1c6b0215ead7c1479e07a7abecb4aba4 (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
html {
  font-family: "Open Sans", sans-serif;
  color: #ebdbb2;
  background-color: #282828;
  font-size: 16px;
}
p {
  margin: 1em 0;
}
a {
  color: #fabd2f;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
code {
  font-family: monospace;
  font-size: 90%;
  margin: 0;
  padding: 2px;
  background: #1d2021;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}