From 006eb3ce9cf9a7f59af46bb8fce2382b7b5e6108 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Sat, 13 Jan 2024 17:12:37 -0600 Subject: [PATCH] fix for faded statuslol time/respond links --- static/css/custom.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/static/css/custom.css b/static/css/custom.css index f72f9d4..729876c 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -197,7 +197,10 @@ ul.pagination li { } .statuslol_time a:hover, -.statuslol_time a:active, -.statuslol_time a.active { +.statuslol_time a:active { color: var(--hover) !important; +} + +small[style^="opacity: .5"] { + opacity: 1 !important; } \ No newline at end of file