summaryrefslogtreecommitdiffstats
path: root/content/extras/custom.css
blob: 54cea2ab3d3cf691de78e3a2f1789ea8c8750cff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/* 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);
}

figure.floatleft, .align-left {
    margin-right: 10px;
}