From a02c96f8b05838eeffc4c4cf75d395fffbabce83 Mon Sep 17 00:00:00 2001 From: jultty Date: Sat, 2 May 2026 16:16:22 -0300 Subject: [PATCH] Improve contrast on Tags navbar link --- static/assets/css/style.css | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/static/assets/css/style.css b/static/assets/css/style.css index eb5e53d..3fc5cea 100644 --- a/static/assets/css/style.css +++ b/static/assets/css/style.css @@ -69,11 +69,11 @@ body { } a.nav-tags-link { - color: light-dark(#0bb, #0fa); + color: light-dark(#0a9, #0fa); background: light-dark(#ccdfdf, #333); padding: 4px 6px; border-radius: 4px; - text-decoration-color: light-dark(#00923f, #0e6); + text-decoration-color: light-dark(#00803f, #0e6); } a.nav-tags-link:hover { @@ -177,12 +177,6 @@ span.taxon-count { font-size: 12px; } -.taxon-title { - display: flex; - align-items: center; - width: 100%; -} - .taxon-title a.taxon-rss-link { margin-left: 10px; }