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

.navbar {
    font-size: 18px;
}

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