aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2023-04-09 20:06:15 +0100
committerYann Herklotz <git@yannherklotz.com>2023-04-09 20:06:15 +0100
commit07dfda89c9885c05d9de5f3822a0286afe13455a (patch)
treea8def2632798c9fd4ef2a897e9ffaa62b7358f51
parent38fde93cf8941e88be4ac4995a7feb94afc68607 (diff)
downloadyannherklotz.com-07dfda89c9885c05d9de5f3822a0286afe13455a.tar.gz
yannherklotz.com-07dfda89c9885c05d9de5f3822a0286afe13455a.zip
Add dark mode css
-rw-r--r--themes/ymherklotz/static/css/default.css4
1 files changed, 4 insertions, 0 deletions
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;
}