-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathWE-Palette.css
More file actions
28 lines (27 loc) · 606 Bytes
/
Copy pathWE-Palette.css
File metadata and controls
28 lines (27 loc) · 606 Bytes
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
@-we-palette{
@global{
color: #2c77ba;
color: #58B3F0;
color: #C6E2EE;
color: #1F98C7;
color: #78C1DD;
color: #000000;
color: #111111;
color: #222222;
color: #252525;
color: #333333;
color: #555555;
color: #666666;
color: #777777;
color: #999999;
color: #AAAAAA;
color: #BBBBBB;
color: #CCCCCC;
color: #DDDDDD;
color: #E8E8E8;
color: #EEEEEE;
color: #F5F5F5;
color: #F9F9F9;
color: #FFFFFF;
}
}