aboutsummaryrefslogtreecommitdiff
path: root/src/style.css
blob: 04b23824d6634e0c67928f5cf63482c1cdd5a874 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
html {
  font-family: "Open Sans", sans-serif;
  color: #ebdbb2;
  background-color: #282828;
}
p {
  margin: 1em 0;
}
a {
  color: #fabd2f;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}