From 9fb32f7db48f4b4ef7861699f7d8922d5784390a Mon Sep 17 00:00:00 2001 From: Emma Terzioglu Date: Mon, 23 Mar 2026 14:47:56 -0700 Subject: adjust gradient buttons --- src/static/stylesheets/base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/static/stylesheets/base.css') diff --git a/src/static/stylesheets/base.css b/src/static/stylesheets/base.css index 62c2874..9a33ab1 100644 --- a/src/static/stylesheets/base.css +++ b/src/static/stylesheets/base.css @@ -93,7 +93,7 @@ nav { } .label:hover { - background-image: linear-gradient(to bottom, #1c1c1c, #2c2c2c); + background-image: linear-gradient(to bottom, #000, #2c2c2c); } .label[active] { -- cgit v1.2.3