From 78c83afaca4704611cdcb41b71437864fdd65938 Mon Sep 17 00:00:00 2001 From: Gregory Trolliet Date: Sat, 9 Sep 2023 17:11:59 +0200 Subject: [PATCH] [Style] Change font to sans-serif for the lightbox close button --- static/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/css/style.css b/static/css/style.css index d5738d9..6b78888 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -912,6 +912,7 @@ blockquote:after { border-radius: 1px; text-decoration: none; opacity: 50%; + font-family: sans-serif; } .btn-close:hover {