35 lines
404 B
CSS
35 lines
404 B
CSS
.text {
|
|
font-family: Colfax-Regular;
|
|
}
|
|
|
|
#date {
|
|
text-length: 8;
|
|
font-size: 33;
|
|
}
|
|
|
|
#hr {
|
|
text-length: 6;
|
|
font-size: 28;
|
|
}
|
|
|
|
#time {
|
|
font-family: Fabrikat-Regular;
|
|
font-size: 60;
|
|
text-length: 5;
|
|
}
|
|
|
|
#overlay {
|
|
display: none;
|
|
}
|
|
|
|
#overlayShadeColor {
|
|
fill: black;
|
|
}
|
|
|
|
.healthTextLabel {
|
|
font-size: 28;
|
|
font-family: Fabrikat-Regular;
|
|
text-length: 8;
|
|
text-anchor: end;
|
|
fill: white;
|
|
} |