From ccabd05aaf9da8e598e1861c38ec420914a43578 Mon Sep 17 00:00:00 2001 From: thinkpadmaster Date: Wed, 5 Jul 2023 22:40:33 -0500 Subject: Actually fix thumbnail text color --- data/static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/static') diff --git a/data/static/style.css b/data/static/style.css index e5be904..7ed9250 100644 --- a/data/static/style.css +++ b/data/static/style.css @@ -168,7 +168,7 @@ figure > a { text-decoration: none; } -a { +a, a > figcaption { color: inherit; } -- cgit v1.2.3