From 49aefbadefa91e9d3faf260cb0c86b57c20647c3 Mon Sep 17 00:00:00 2001 From: thinkpadmaster Date: Wed, 5 Jul 2023 22:37:54 -0500 Subject: Change hierarchy to allow figcaption links to inherit --- data/static/style.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'data/static') diff --git a/data/static/style.css b/data/static/style.css index 881f0a7..e5be904 100644 --- a/data/static/style.css +++ b/data/static/style.css @@ -99,14 +99,6 @@ main { color: var(--accent-color); } -a { - color: inherit; -} - -figure > a { - text-decoration: none; -} - @keyframes fadeIn { 0% { opacity: 0%; @@ -172,6 +164,14 @@ figcaption { color: var(--subtext-color); } +figure > a { + text-decoration: none; +} + +a { + color: inherit; +} + .bottom { width: 100%; background-color: var(--dark-transparent); -- cgit v1.2.3