From 6e41b2ed17e4b2fcb3b9de56d5f94f0cd6b9a396 Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Fri, 20 Mar 2026 22:12:17 -0700 Subject: [PATCH] Delete: Merged into index.html --- styles.css | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 styles.css diff --git a/styles.css b/styles.css deleted file mode 100644 index c080817..0000000 --- a/styles.css +++ /dev/null @@ -1,21 +0,0 @@ -@font-face { - font-family: "Stain"; - src: url("https://cdn.jsdelivr.net/gh/multipleof4/stain.otf@master/dist/Stain.otf") format("opentype"); - font-weight: normal; - font-style: normal; -} - -body { - font-family: "Stain", sans-serif; -} - -input, select, button, a { - font-family: "Stain", sans-serif; -} - -input::placeholder { - font-family: "Stain", sans-serif; -} - -#progress-area.flex-col { display: flex; } -#result-area.flex-col { display: flex; }