aboutsummaryrefslogtreecommitdiff
path: root/assets/css/main.css
blob: 1cff20af590390ea77469d96ce195e27c42aaec1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
html, body.bg-dark {
    margin: 0;
    background-color: #391740 !important;
}

body * {
    color: white;
}

nav.navbar {
    background-color: transparent !important;
    border-bottom: 1px solid rgba(255, 255, 255, .25);
}

#hero {
    text-align: center;
    margin-top: 25px;
}

#hero-img {
    width: 256px;
    max-width: 100vw;
}