From 4572f7b1110d76eec87c192a385c316ceff23e47 Mon Sep 17 00:00:00 2001 From: Ryan Barrett Date: Mon, 8 Jan 2024 07:40:48 -0800 Subject: [PATCH] front page style tweak to link hover colors --- static/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/static/style.css b/static/style.css index 527ab76..b52327e 100644 --- a/static/style.css +++ b/static/style.css @@ -191,19 +191,19 @@ pre .value, code .value, code.value { white-space: nowrap; } -.front-light .web { +.front-light .web, .front-light .web:hover { color: #20593c; } -.front-light .fediverse { +.front-light .fediverse, .front-light .fediverse:hover { color: #88305b; } -.front-dark .web { +.front-dark .web, .front-dark .web:hover { color: #b7e4c6; } -.front-dark .fediverse { +.front-dark .fediverse, .front-dark .fediverse:hover { color: #e4b7c6; }