From e8594f941e3427f94d17a85479c7755fb1b77352 Mon Sep 17 00:00:00 2001 From: Devon Campbell Date: Tue, 29 Nov 2022 19:59:38 -0800 Subject: [PATCH] Make links styles both fancier and simpler --- assets/css/theme.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/assets/css/theme.css b/assets/css/theme.css index bffce01..964d5c7 100644 --- a/assets/css/theme.css +++ b/assets/css/theme.css @@ -54,6 +54,16 @@ img { opacity: 1; } +a, +a:visited { + text-decoration: none; + transition: 0.2s; +} +a:hover, +a:visited:hover { + text-shadow: 0 0 2px #fff, 0 0 8px var(--accent); +} + body > nav { align-self: start; grid-row: 2;