made the font size in the overlay a bit bigger
This commit is contained in:
@@ -1,2 +1,12 @@
|
||||
body { background: transparent; margin: 0; padding: 0; }
|
||||
#timer { font-size: 4rem; font-family: monospace; color: white; text-shadow: 2px 2px 4px black; }
|
||||
body {
|
||||
background: transparent;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#timer {
|
||||
font-size: 16rem;
|
||||
font-family: monospace;
|
||||
color: white;
|
||||
text-shadow: 2px 2px 4px black;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user