blob: 6eeba5ccf6dbf1677f5f886e8c67bf9e59af8e90 (
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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
|
header {
background-color: #C57407;
}
.navbar-default {
background-color: #191F26;
}
.navbar-brand {
margin-top: 15px;
max-width: 80%;
padding: 0;
}
ul.nav li a {
color: #FFF !important;
}
ul.nav li a:hover, ul.nav li a:active {
color: #ff9212 !important;
}
header a, a:hover, a:link, a:focus, a:active {
outline: 0;
color: #fff;
text-decoration: none;
}
#about a {
outline: 0;
color: #d77604;
font-weight: bold;
text-decoration: none;
font-size: 1.2em;
}
footer a, a:active{
outline: 0;
color: #d77604;
}
h1 small {
color: #ffeeda;
}
footer .footer-above {
background-color: #1D262F;
}
footer .footer-below {
background-color: #191F26;
}
i, .fa:hover, .fa:active, .fa:visited {
color: #C57407;
}
|