aboutsummaryrefslogtreecommitdiff
path: root/css/main.css
blob: f2f6f84cf895539afe76426a7657b40b863130f5 (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
.m {
  font-family: "Times New Roman", serif;
  font-size: 72px;
  text-decoration: none;
  color: black;
}

.code {
  font-family: monospace;
  color: gray;
}

.link {
    padding: 2px;
    color: black;
}

.link:active {
    color: white;
    background: blue;
    text-decoration: none;
}

body {
  padding:0;
  margin:0;
  overflow:hidden;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif;
  font-size:14px;
  font-weight:400;
  line-height:14px
}