aboutsummaryrefslogtreecommitdiff
path: root/style.css
blob: dcacff8fe5a89987a9788d20ecf06d67854cf8d8 (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
@font-face {
    font-family: "Roboto";
    src: url("font/Roboto-Regular.ttf");
}

body {
    font-family: "Roboto";
    background-color: #212121;
    color: #F5F5F5;
}

a {
    color: #1E88E5;
    text-decoration: none;
}

td, th {
    padding: 2px;
}

div#page-wrapper {
    margin-left: 30px;
    margin-right: 30px;
}

h1 {
    text-align: center;
    text-decoration: underline;
}