-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdarktheme.css
43 lines (43 loc) · 833 Bytes
/
darktheme.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
/* Only works on homepage and project pages*/
#navigation {
background-color: #333 !important;
}
.dropdown {
background-color: #555 !important;
}
body {
color: #FFF !important;
}
#view {
background-color: #888 !important;
}
.box .box-content {
background-color: #AAA !important;
}
.social-message-date {
color: #EEE !important;
}
.news li p {
color: #212144 !important;
}
a:not(#navigation a) {
color: #3F3FFF !important;
}
#footer {
background-color: #555 !important;
color: #EEE !important;
}
p {
color: #FFF !important;
}
.comment .comment-body .comment-bubble {
color: #000 !important;
}
.subactions .share-date {
color: #FFF !important;
}
.preview-row:nth-of-type(3) {
background-color: #EEE !important;
color: #333 !important;
border-radius: 10px !important; /*Just to add a visual effect */
}