-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcustom_dark.css
54 lines (44 loc) · 996 Bytes
/
custom_dark.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
# fixes to dark-backround themes to increase legibility
# link color: EA9185
# possible banner: 5E8A7B
# panel backgd: 464938
# overall backgd: 393917
body, navbar-text, panel {
color:white;
}
table a:not(.btn), .table a:not(.btn), a:not(.btn) {
color: #EA9185;
text-decoration: none;
}
table a:hover, .table a:hover, a:hover {
color: #EA9185;
text-decoration: underline;
}
table a:visited:not(.btn), .table a:visited:not(.btn), a:visited:not(.btn) {
color: #EA9185;
text-decoration: underline;
}
.nav.navbar-nav li a, .nav.navbar-nav li a:hover, .nav.navbar-nav li a:visited {
color: white;
}
.navbar-default .navbar-header, .navbar-brand {
color: white !important;
}
.navbar-default .navbar-header a:hover {
color: white;
}
hr {
border-color: #d0d0d0;
}
img.icon {
padding: 3px;
background-color: lightgray;
}
blockquote {
font-size: 15px;
border-color: gray;
}
pre, code {
color:white;
background-color: #333;
}