summaryrefslogtreecommitdiffstats
path: root/styles.css
blob: 489bd8c737edb27844310f21c2d91f0d64395c32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
body {
    background-color: black;
    color: white;
}

a {
    text-decoration: none;
    color: green;
}

a:hover {
    background-color: rgb(130, 100, 185);
}

footer {
    color: green;
}