From 2a754dc035600faea3208e0d5c139bf2ca80d2df Mon Sep 17 00:00:00 2001 From: thinkpadmaster Date: Mon, 3 Jul 2023 09:46:38 -0500 Subject: Add underlines to hyperlinks --- data/static/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'data/static') diff --git a/data/static/style.css b/data/static/style.css index 871b961..a4f536c 100644 --- a/data/static/style.css +++ b/data/static/style.css @@ -64,10 +64,13 @@ main { } a { - text-decoration: none; color: inherit; } +figure > a { + text-decoration: none; +} + @keyframes fadeIn { 0% { opacity: 0%; -- cgit v1.2.3