From f2d4415924087a2c6e323357b1384aaa4753a468 Mon Sep 17 00:00:00 2001 From: RikSolo Date: Thu, 13 Feb 2025 00:29:28 +0100 Subject: [PATCH] link click highlight --- content/style.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/style.scss b/content/style.scss index 77f6023..753cc8c 100644 --- a/content/style.scss +++ b/content/style.scss @@ -155,6 +155,11 @@ body { &:visited { color: $secondary; } + + &:active { + color: $grey-dark !important; + background-color: $primary; + } } h1,