-
Notifications
You must be signed in to change notification settings - Fork 0
/
wx-theme-yellow.css
22 lines (19 loc) · 1.33 KB
/
wx-theme-yellow.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.wx-theme-l5 {color:#000 !important; background-color:#fffef3 !important}
.wx-theme-l4 {color:#000 !important; background-color:#fffbd8 !important}
.wx-theme-l3 {color:#000 !important; background-color:#fff7b1 !important}
.wx-theme-l2 {color:#000 !important; background-color:#fff38b !important}
.wx-theme-l1 {color:#000 !important; background-color:#ffef64 !important}
.wx-theme-d1 {color:#000 !important; background-color:#ffe81e !important}
.wx-theme-d2 {color:#000 !important; background-color:#fde400 !important}
.wx-theme-d3 {color:#000 !important; background-color:#ddc700 !important}
.wx-theme-d4 {color:#fff !important; background-color:#beab00 !important}
.wx-theme-d5 {color:#fff !important; background-color:#9e8e00 !important}
.wx-theme-light {color:#000 !important; background-color:#fffef3 !important}
.wx-theme-dark {color:#fff !important; background-color:#9e8e00 !important}
.wx-theme-action {color:#fff !important; background-color:#9e8e00 !important}
.wx-theme {color:#000 !important; background-color:#ffeb3b !important}
.wx-text-theme {color:#ffeb3b !important}
.wx-border-theme {border-color:#ffeb3b !important}
.wx-hover-theme:hover {color:#000 !important; background-color:#ffeb3b !important}
.wx-hover-text-theme:hover {color:#ffeb3b !important}
.wx-hover-border-theme:hover {border-color:#ffeb3b !important}