From 2ead48f7b4182b051a514314a4308c8d6adc67db Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Fri, 20 Mar 2026 22:01:42 -0700 Subject: [PATCH] Feat: Stain font, Tailwind, AR button styles --- styles.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/styles.css b/styles.css index 77f4e22..f8f5c65 100644 --- a/styles.css +++ b/styles.css @@ -18,3 +18,21 @@ body { 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; +}