From 3d61e5d59881a9ba1425afc4ebd6ac9e05fc77ed Mon Sep 17 00:00:00 2001 From: Bela Gyenes Date: Sat, 21 Dec 2024 11:36:01 +0100 Subject: Dark mode: blockquote white text color --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index 71d8654..cc4fc0b 100644 --- a/style.css +++ b/style.css @@ -178,4 +178,8 @@ header img[src$=svg], footer img[src$=svg] { filter: invert(100%); -webkit-filter: invert(100%); } +main blockquote { +border-left: 2px solid #ccc; +color: white; +} } -- cgit v1.2.3