Create branch and rollback point for v2 prototyping
This commit is contained in:
2025-10-31 04:15:21 -04:00
parent 70c0b3984c
commit b1fb0299d2
2 changed files with 5 additions and 9 deletions

View File

@@ -8,7 +8,7 @@
<link href='https://fonts.googleapis.com/css?family=Inter' rel='stylesheet'>
<link rel="stylesheet" href="timer.css" />
<script src="timer.js"></script>
<title>Lilac Timer</title>
<title>v2 onefont</title>
</head>
<body>
<main>

View File

@@ -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 {