From b1fb0299d2d9f8f058eee362ffc78215e1a368c9 Mon Sep 17 00:00:00 2001 From: RolimirKal Date: Fri, 31 Oct 2025 04:15:21 -0400 Subject: [PATCH] v2-Init Create branch and rollback point for v2 prototyping --- index.html | 2 +- timer.css | 12 ++++-------- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/index.html b/index.html index d9b539f..47fadfa 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@ - Lilac Timer + v2 onefont
diff --git a/timer.css b/timer.css index 3e89d3d..989413c 100644 --- a/timer.css +++ b/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 {