From 70d74e19b99e841510d35397fa0f637ed70c02fa Mon Sep 17 00:00:00 2001 From: maia arson crimew Date: Fri, 27 Oct 2023 18:57:49 +0200 Subject: [PATCH] make text selection significantly more visible TODO: check if this is alright contrast wise, otherwise take a less stylized approach --- src/css/style.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/css/style.scss b/src/css/style.scss index cd839f6..a09af57 100644 --- a/src/css/style.scss +++ b/src/css/style.scss @@ -14,6 +14,11 @@ a { color: $accent; } +::selection { + background-color: rgba($accent, 0.7); + color: #ffb8e8; +} + .like-a { color: $accent; text-decoration: underline;