forked from 4d/4d.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththeme-black.css
More file actions
24 lines (20 loc) · 1.29 KB
/
theme-black.css
File metadata and controls
24 lines (20 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
.theme-l5 {color:#000 !important; background-color:#f0f0f0 !important}
.theme-l4 {color:#000 !important; background-color:#cccccc !important}
.theme-l3 {color:#fff !important; background-color:#999999 !important}
.theme-l2 {color:#fff !important; background-color:#666666 !important}
.theme-l1 {color:#fff !important; background-color:#333333 !important}
.theme-d1 {color:#fff !important; background-color:#000000 !important}
.theme-d2 {color:#fff !important; background-color:#000000 !important}
.theme-d3 {color:#fff !important; background-color:#000000 !important}
.theme-d4 {color:#fff !important; background-color:#000000 !important}
.theme-d5 {color:#fff !important; background-color:#000000 !important}
.theme-light {color:#000 !important; background-color:#f0f0f0 !important}
.theme-dark {color:#fff !important; background-color:#212329 !important}
.theme-action {color:#fff !important; background-color:#000000 !important}
.theme {color:#fff !important; background-color:#000000 !important}
.text-theme {color:#000000 !important}
.box-theme {color:#ffffff !important}
.border-theme {border-color:#000000 !important}
.hover-theme:hover {color:#fff !important; background-color:#000000 !important}
.hover-text-theme:hover {color:#000000 !important}
.hover-border-theme:hover {border-color:#000000 !important}