From 5ce14d370b4f5f31ced402d2ca39d216ce9ac70e Mon Sep 17 00:00:00 2001 From: PrestonT500 Date: Fri, 20 Sep 2024 13:36:42 -0700 Subject: [PATCH] Removed dropdown btn because i forgot i removed dropdowns like last year --- css/index.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/css/index.css b/css/index.css index fe3f725..fb267b1 100644 --- a/css/index.css +++ b/css/index.css @@ -19,8 +19,7 @@ p { color: #555; } -button, -.dropdown-btn { +button { background-color: #4caf50; color: white; padding: 10px 20px;