forked from HoloTech/twitch-subathon-timer
v2-Init
Create branch and rollback point for v2 prototyping
This commit is contained in:
12
timer.css
12
timer.css
@@ -18,10 +18,9 @@ html, body {
|
||||
}
|
||||
|
||||
main {
|
||||
font-family: "VT323", monospace;
|
||||
font-family: "Silkscreen", sans-serif;
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
font-size: 1em;
|
||||
color: #EA4045;
|
||||
height: 100%;
|
||||
}
|
||||
@@ -30,6 +29,8 @@ h1 {
|
||||
margin: 0;
|
||||
font-size: 68cqh;
|
||||
color: #404145;
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
h2 {
|
||||
@@ -39,9 +40,6 @@ h2 {
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-family: "Silkscreen", sans-serif;
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
margin: 0;
|
||||
font-size: 16cqh;
|
||||
color: #404145;
|
||||
@@ -49,9 +47,6 @@ h3 {
|
||||
|
||||
p {
|
||||
margin: 0;
|
||||
font-family: "Silkscreen", sans-serif;
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
font-size: 20cqh;
|
||||
}
|
||||
|
||||
@@ -86,6 +81,7 @@ p {
|
||||
grid-template-columns: repeat(1, 1fr);
|
||||
grid-auto-rows: auto;
|
||||
place-items: center;
|
||||
font-size: 10cqh;
|
||||
}
|
||||
|
||||
#InfoBox1 {
|
||||
|
||||
Reference in New Issue
Block a user