From ae23244df8e790a526ebcb448bf3c91f5e7e7ade Mon Sep 17 00:00:00 2001 From: Francesco Date: Mon, 22 Apr 2024 19:49:53 +0200 Subject: [PATCH] Theme Update --- assets/css/main.css | 8 ++++++++ layouts/_default/baseof.html | 9 +++++++++ layouts/partials/header.html | 2 +- 3 files changed, 18 insertions(+), 1 deletion(-) diff --git a/assets/css/main.css b/assets/css/main.css index 0b75def..55b1b8a 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -307,4 +307,12 @@ footer a { .not-found div h1 { font-size: 6rem; +} + +.dark-toggle svg path { + fill: var(--background) !important; +} + +.dark-toggle svg text { + fill: var(--content) !important; } \ No newline at end of file diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 51fd26c..458589f 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -27,5 +27,14 @@ + + \ No newline at end of file diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 92da9a7..14e5c07 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -15,6 +15,6 @@

{{ end }} {{ end }} - + \ No newline at end of file