From 2f1f881ce16dcdd88f5cc9431d0eb60ef8dbe6fa Mon Sep 17 00:00:00 2001 From: syui Date: Fri, 18 Jul 2025 14:49:37 +0900 Subject: [PATCH] Fix button styling to restore proper appearance MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Remove overly aggressive CSS reset that was making buttons invisible - Keep font inheritance but preserve .btn class background and border styling - Fix 'did' button appearing white/invisible 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- src/index.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/index.css b/src/index.css index 65b3990..256bff8 100644 --- a/src/index.css +++ b/src/index.css @@ -33,10 +33,6 @@ font-size: inherit; line-height: inherit; vertical-align: baseline; - margin: 0; - border: none; - background: none; - padding: 0; } .btn-sm {