-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
63 lines (50 loc) · 1.01 KB
/
styles.css
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
60
61
62
63
.navbar {
background-color: #003a80;
}
body {
font-family: "Source Sans Pro", "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
}
a {
color: #0073ff;
}
a:hover,
a:focus {
color: #0073ff;
}
.navbar-inverse .navbar-nav > li > a:hover {
background-color: #002858;
}
.navbar-inverse .navbar-nav > li > a:focus {
background-color: #002858;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
background-color: #002858;
}
.button {
color: #ffffff;
padding: 20px 40px;
font-size: 20px;
border: none;
border-radius: 5px;
margin: 5px;
}
.button.forecasts {
color: #fff;
background-color: #003a80;
}
.button.reports {
color: #fff;
background-color: #64a621;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
background-color: #003a80;
}
@media (min-width: 768px) and (max-width: 991px) {
header {
padding-bottom: 89.2px !important;
}
}