aboutsummaryrefslogtreecommitdiffstats
path: root/css/master.scss
blob: f03da6c17ac72e4c8cfdc8fd516aa258d187506f (plain) (blame)
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
---
---

body {
    background-color: #000;
    color: #fff;
    margin-top: 1rem;
    margin-bottom: 5rem;
}

video {
    max-width: 100%;
}

.text-center {
    text-align: center;
}

hr {
    border-color: white;
}

.table-success {
    background-color: green;
}

.table-danger {
    background-color: darken(red, 10);
}

nav {
    background: black;
}