From 0db09afb582ba4716147561a5f71984cd1a8b3c9 Mon Sep 17 00:00:00 2001 From: StartAutomating Date: Sat, 26 Oct 2024 00:47:02 +0000 Subject: [PATCH] feat: 4bitcss button styling ( Fixes #96 ) --- css/xcodewwdc.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/xcodewwdc.css b/css/xcodewwdc.css index 9de262129..26060db52 100644 --- a/css/xcodewwdc.css +++ b/css/xcodewwdc.css @@ -173,7 +173,7 @@ a, a:visited, a:hover { color: var(--cyan); } background-color: var(--selectionBackground); } -form input[type="text"], form input[type="checkbox"], input[type="button"], textarea, select, option { +form input[type="text"], form input[type="checkbox"], input[type="button"], button, textarea, select, option { color: var(--foreground); background-color: var(--background); } @@ -183,7 +183,7 @@ option { background: var(--background); } -form input[type="text"], textarea, select { +form input[type="text"], textarea, select, button { border : 1px solid var(--foreground); outline: 1px solid var(--foreground); }