From 07dfda89c9885c05d9de5f3822a0286afe13455a Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sun, 9 Apr 2023 20:06:15 +0100 Subject: Add dark mode css --- themes/ymherklotz/static/css/default.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/ymherklotz/static/css/default.css b/themes/ymherklotz/static/css/default.css index 0948003..9166058 100644 --- a/themes/ymherklotz/static/css/default.css +++ b/themes/ymherklotz/static/css/default.css @@ -95,6 +95,10 @@ h1:hover > .heading-anchor1, h2:hover > .heading-anchor2, h3:hover > .heading-an color: #fffff8; } + a { + color: #fffff8; + } + nav a, .logo a, .post-title a, .social a, .rightcolumn a, dt a { color: #fffff8; } -- cgit