diff options
| author | Emma Terzioglu <emreterzioglu49@gmail.com> | 2026-03-23 14:47:56 -0700 |
|---|---|---|
| committer | Emma Terzioglu <emreterzioglu49@gmail.com> | 2026-03-23 14:47:56 -0700 |
| commit | 9fb32f7db48f4b4ef7861699f7d8922d5784390a (patch) | |
| tree | 96135d2b40d2e1e9b177e95d79cfe07695cc34e2 | |
| parent | 2e1626009ac25d3c0d739fc3e95ea1687c4cefe4 (diff) | |
adjust gradient buttons
| -rw-r--r-- | src/static/stylesheets/base.css | 2 |
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] { |
