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

.navbar {
    font-size: 18px;
}

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

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

#banner .copy {
    background: none repeat scroll 0 0 rgba(67, 71, 66, 0.6);
}