From 78fa94a78958d976127555d64f2758c56f399fea Mon Sep 17 00:00:00 2001 From: Jake Mannens Date: Wed, 30 Aug 2023 01:12:27 +1000 Subject: Made tag names in TagDefinitions clickable --- wwwroot/styles/global.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'wwwroot/styles/global.css') diff --git a/wwwroot/styles/global.css b/wwwroot/styles/global.css index de0a0ac..c0dbe3f 100644 --- a/wwwroot/styles/global.css +++ b/wwwroot/styles/global.css @@ -46,6 +46,19 @@ a:hover { filter: brightness(1.5); } +a::selection { + background: var(--col-accent-pri); + color: #fff; +} + +a.nondecorated { + color: #fff; +} + +a.nondecorated:hover { + color: #999; +} + button, input[type=submit] { color: white; background: var(--col-button-pri); -- cgit v1.3