summaryrefslogtreecommitdiff
path: root/static/main.scss
blob: 93c71e37928360f2c26456e765fccc0e3bfd9ba3 (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
@import ".spoiler";
@import ".reset";
@import ".gallery";

* {
  font-family: 'Montserrat', sans-serif !important;
}

.content {
  padding: 30px;
  text-align: center;
  margin: 0 auto;
  width: 50%;
  min-width: 600px;
}

h1 {
  font-size: 2em;
  margin: 5px;
}

.spacer {
  height: 50px;
}

a {
  color: inherit;
  text-decoration: inherit;
}