From 568d8dd08c8e45e162419b30c615471bb92d1795 Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Fri, 20 Mar 2026 22:06:52 -0700 Subject: [PATCH] Delete styles.css --- styles.css | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 styles.css diff --git a/styles.css b/styles.css deleted file mode 100644 index f8f5c65..0000000 --- a/styles.css +++ /dev/null @@ -1,38 +0,0 @@ -@import url("https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"); - -@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; -} - -::selection { - background: #d4d4d4; -} - -input, select, button { - font-family: "Stain", sans-serif; -} - -.ar-btn { - background: #f5f5f5; - color: #525252; -} - -.ar-btn:hover { - background: #e5e5e5; -} - -.ar-btn.active { - background: #262626; - color: #fff; -} - -.z-60 { - z-index: 60; -}