summaryrefslogtreecommitdiffstats
path: root/content/extras/custom.css
blob: d28728474930c0998d0c4ece824c17454891a788 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* muted text is otherwise too dark */
.text-muted {
    color: #c8ccd0;
}

.navbar {
    font-size: 18px;
}

.navbar-brand {
    font-size: 20px;
}

#banner h1 {
    font-size: 25px;
}