From 290affc6a898ed873796665f6d67c6a3fa7e670b Mon Sep 17 00:00:00 2001 From: Morgan Date: Sun, 29 Oct 2023 12:00:36 +0900 Subject: [PATCH] edited post --- config.yml | 2 +- themes/mytheme/assets/css/core/theme-vars.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/config.yml b/config.yml index 4d08bd7..e7bac26 100644 --- a/config.yml +++ b/config.yml @@ -74,7 +74,7 @@ params: label: icon: /favicon.png - icon_dark: /favicon-ing.png + icon_dark: /favicon-inv.png iconHeight: 24 analytics: diff --git a/themes/mytheme/assets/css/core/theme-vars.css b/themes/mytheme/assets/css/core/theme-vars.css index 4ef6624..ce9e139 100644 --- a/themes/mytheme/assets/css/core/theme-vars.css +++ b/themes/mytheme/assets/css/core/theme-vars.css @@ -18,6 +18,7 @@ } .dark { + --theme: #242424; --entry: rgb(46, 46, 51); --primary: rgb(218, 218, 219); --secondary: rgb(155, 156, 157);