summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmma Terzioglu <emreterzioglu49@gmail.com>2026-03-23 14:47:56 -0700
committerEmma Terzioglu <emreterzioglu49@gmail.com>2026-03-23 14:47:56 -0700
commit9fb32f7db48f4b4ef7861699f7d8922d5784390a (patch)
tree96135d2b40d2e1e9b177e95d79cfe07695cc34e2
parent2e1626009ac25d3c0d739fc3e95ea1687c4cefe4 (diff)
adjust gradient buttons
-rw-r--r--src/static/stylesheets/base.css2
1 files changed, 1 insertions, 1 deletions
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] {