From 9a2c92efb61dcc1818c15ff5fed405a861a83ec0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 29 Jan 2024 06:00:06 +0000 Subject: [PATCH] Generate Pelican site --- theme/css/libgd.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/theme/css/libgd.css b/theme/css/libgd.css index 6cc9c3d..79c2e64 100644 --- a/theme/css/libgd.css +++ b/theme/css/libgd.css @@ -24,3 +24,14 @@ width: 25%; } } + +/* Minor dark mode support. */ +@media (prefers-color-scheme: dark) { +body { + background-color: #aaa +} + +#featured, #content { + background-color: #bbb +} +}