-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcustom.css
48 lines (39 loc) · 939 Bytes
/
custom.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
43
44
45
46
47
48
/*****************************************************
* Magic Mirror *
* Custom CSS *
* *
* By Michael Teeuw http://michaelteeuw.nl *
* MIT Licensed. *
* *
* Add any custom CSS below. *
* Changes to this files will be ignored by GIT. *
*****************************************************/
body {}
.region.top.right {
max-width: 40%;
max-height: 65%;
}
.clock .date {
color: white;
}
.clock .clockSecond {
color: white;
}
.MMM-MyWeather {
color: white;
}
.MMM-MyWeather table td {
font-size: 20px;
}
.MMM-MyScoreboard {
color: white;
}
.MMM-uber {
color: white;
}
.MMM-lyft {
color: white;
}
.MMM-Wallpaper {
filter: grayscale(.3) brightness(.4);
}