aboutsummaryrefslogtreecommitdiffstats
path: root/css/default.css
blob: 8323277215615e257d7e693f4a6dcf0a7bc053cf (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
html, body {
@font-face {
    font-family: truetype;
    src: url("../fonts/iosevka-term-thin.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}
a {
    color: #ACFFBD;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
}

header {
    text-align: center;
}

footer {
    text-align: center;
}

#code {
    background: #1c1c1c;
    color: #FF8C00;
}

#block {
    margin: auto;
    max-width: 720px;
}