From acc3bebea034aea178ca2fa43ec68b65116bdb5f Mon Sep 17 00:00:00 2001 From: Blaster4385 Date: Fri, 31 May 2024 14:27:24 +0530 Subject: fix: highlight links --- templates/styles.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/styles.css b/templates/styles.css index 9f8d7bd..895ef25 100644 --- a/templates/styles.css +++ b/templates/styles.css @@ -49,6 +49,9 @@ a { color: inherit; text-decoration: none; + &:hover { + color: var(--color-highlight); + } } code { -- cgit v1.2.3-73-gaa49b