-
Notifications
You must be signed in to change notification settings - Fork 8
/
MMM-PilotWX.css
42 lines (35 loc) · 1.22 KB
/
MMM-PilotWX.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
/* Copy and paste any or all of these css entries into your custom.css file inside your
* css folder. The functions are annotated to make things as easy as possible for you.
* Use any colors you want! Go to - "http://htmlcolorcodes.com/color-picker/"
* Pick your color, copy and paste the HEX number. Example - #62FF00 = bright green.
*/
.MMM-PilotWX .header {
color: white; /* Header color. Default is white. */
}
.MMM-PilotWX .bottom_bar {
color: yellow; /* Color line. Default is white. */
}
.MMM-PilotWX .bullet {
padding-left: 0;
padding-right: 0;
}
.MMM-PilotWX .station {
color: white; /* Station/Conditions color. Default is white. */
padding-left: 0;
padding-right: 25px;
}
.MMM-PilotWX .dataodd {
color: #33FFEE; /* Station/Conditions color. Default is white. */
padding-left: 10px;
padding-right: 0;
}
.MMM-PilotWX .dataeven {
color: white; /* Station/Conditions color. Default is white. */
padding-left: 10px;
padding-right: 0;
}
.MMM-PilotWX .data {
color: white; /* Station/Conditions color. Default is white. */
padding-left: 10px;
padding-right: 0;
}