diff --git a/layouts/partials/cssColors.html b/layouts/partials/cssColors.html index 1bc3628..3f64049 100644 --- a/layouts/partials/cssColors.html +++ b/layouts/partials/cssColors.html @@ -15,4 +15,4 @@ {{ partial "dark.css" . | safeCSS }} } {{ end }} - \ No newline at end of file + diff --git a/layouts/partials/dark.css b/layouts/partials/dark.css index 88e8fcd..c7af3c8 100644 --- a/layouts/partials/dark.css +++ b/layouts/partials/dark.css @@ -20,4 +20,4 @@ --post-info-color: grey; --switcher-color: #333; ---switcher-bg-color: #fff; \ No newline at end of file +--switcher-bg-color: #fff; diff --git a/layouts/partials/themeSwitcher.html b/layouts/partials/themeSwitcher.html index 9aa91e5..6da264b 100644 --- a/layouts/partials/themeSwitcher.html +++ b/layouts/partials/themeSwitcher.html @@ -1,4 +1,3 @@ - {{ $style := "light-without-switcher" }} {{ if and (isset site.Params "style") (ne site.Params.style "") }} {{ $style = site.Params.style | lower }} diff --git a/static/css/light.css b/static/css/light.css index d603624..19ba085 100644 --- a/static/css/light.css +++ b/static/css/light.css @@ -22,4 +22,4 @@ --switcher-color: #fff; --switcher-bg-color: #333; -} \ No newline at end of file +}