forked from mykle1/MMM-CoronaVirus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMMM-CoronaVirus.css
28 lines (24 loc) · 1.4 KB
/
MMM-CoronaVirus.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
/* 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! For example - "http://htmlcolorcodes.com/color-picker/"
* Pick your color, copy and paste the HEX number. Example - #62FF00 = bright green.
*/
.MMM-CoronaVirus .header {
color: cyan; /* Color the title text. Default is white. */
text-align: center; /* Align the title text. (left, center, right) */
}
.MMM-CoronaVirus .worldTotals {
color: cyan; /* Color the worldTotals text. Default is white. */
text-align: center; /* Align the worldTotals text. (left, center, right) */
/* display: none; */ /* Uncomment if you don't want country text */
}
.MMM-CoronaVirus .singleCountry {
color: cyan; /* Color the singleCountry text. Default is white. */
text-align: center; /* Align the singleCountry text. (left, center, right) */
/* display: none; */ /* Uncomment if you don't want cases text */
}
.MMM-CoronaVirus .countryTotals {
color: cyan; /* Color the countryTotals text. Default is white. */
text-align: center; /* Align the countryTotals text. (left, center, right) */
/* display: none; */ /* Uncomment if you don't want cases text */
}