-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathMMM-NEO.css
20 lines (17 loc) · 903 Bytes
/
MMM-NEO.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* 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-NEO .xsmall.bright.light {
color: white; /* Header color. Default is white. */
text-align: left; /* Align header text. (left, center, right) */
}
.MMM-NEO .small.bright {
color: white; /* Color the NEO ID. Default is white. */
text-align: left; /* Align the NEO ID. (left, center, right) */
}
.MMM-NEO .xsmall.bright {
color: white; /* Color the information. Default is white. */
text-align: left; /* Align the information. (left, center, right) */
}