-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtmpl.css
More file actions
36 lines (31 loc) · 693 Bytes
/
tmpl.css
File metadata and controls
36 lines (31 loc) · 693 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
29
30
31
32
33
34
35
/**
* Tone colors for light/day theme
*/
.tone {}
.tone-1 { color: #e30000; }
.tone-2 { color: #02b31c; }
.tone-3 { color: #1510f0; }
.tone-4 { color: #8900bf; }
.tone-5 { color: #777777; }
/**
* Tone colors for dark/night theme
*/
.card.nightMode .tone { }
.card.nightMode .tone-1 { color: #ff8080; }
.card.nightMode .tone-2 { color: #80ff80; }
.card.nightMode .tone-3 { color: #8080ff; }
.card.nightMode .tone-4 { color: #df80ff; }
.card.nightMode .tone-5 { color: #c6c6c6; }
.card {
font-family: arial;
font-size: 20px;
text-align: center;
color: black;
background-color: white;
}
div > span {
vertical-align: middle;
}
#ddzw-hanzi {
font-size: 50px;
}