-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwx-theme-red.css
22 lines (19 loc) · 1.33 KB
/
wx-theme-red.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:#fef4f3 !important}
.wx-theme-l4 {color:#000 !important; background-color:#fdd9d6 !important}
.wx-theme-l3 {color:#000 !important; background-color:#fbb3ae !important}
.wx-theme-l2 {color:#000 !important; background-color:#f98d85 !important}
.wx-theme-l1 {color:#fff !important; background-color:#f6665c !important}
.wx-theme-d1 {color:#fff !important; background-color:#f32617 !important}
.wx-theme-d2 {color:#fff !important; background-color:#e11a0c !important}
.wx-theme-d3 {color:#fff !important; background-color:#c5170a !important}
.wx-theme-d4 {color:#fff !important; background-color:#a91409 !important}
.wx-theme-d5 {color:#fff !important; background-color:#8d1007 !important}
.wx-theme-light {color:#000 !important; background-color:#fef4f3 !important}
.wx-theme-dark {color:#fff !important; background-color:#8d1007 !important}
.wx-theme-action {color:#fff !important; background-color:#8d1007 !important}
.wx-theme {color:#fff !important; background-color:#f44336 !important}
.wx-text-theme {color:#f44336 !important}
.wx-border-theme {border-color:#f44336 !important}
.wx-hover-theme:hover {color:#fff !important; background-color:#f44336 !important}
.wx-hover-text-theme:hover {color:#f44336 !important}
.wx-hover-border-theme:hover {border-color:#f44336 !important}