From ff17268d1a58363c4cc8ed31f27f03caae514237 Mon Sep 17 00:00:00 2001 From: "Antony K. S" Date: Fri, 29 Dec 2023 02:49:16 +0700 Subject: [PATCH] improve dark mode contrast on hovering license rules --- assets/css/application.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/application.scss b/assets/css/application.scss index c85515b..3c6cda5 100644 --- a/assets/css/application.scss +++ b/assets/css/application.scss @@ -24,7 +24,7 @@ body { color: #ccc !important; } - .site-footer a { + .license-rules li:hover, .site-footer a { color: #ddd !important; }