blob: e5e7f7d690a79410a9134ce6f7570d688de869be (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
/*
* Place custom CSS files, or add to this file for additional CSS definitions.
*/
/* Social media icons in footer */
.footer-social {
margin-right: 0.5em;
}
/* //////////////////////////////////////// */
/*
* Charlotte's additions to "Huey" theme
*/
body {
width: 60em;
margin: auto;
}
@font-face {
font-family: StrongSword;
src: url("/font/strongswordpure.ttf");
}
.navbar-brand, .title {
font-family: StrongSword;
}
.navbar-brand {
color: #8f714a;
}
.title {
display: block;
}
.subtitle {
font-weight: bold;
color: #000;
display: block;
}
|