Small fixes

This commit is contained in:
Dmitry Kolosov 2020-07-09 22:21:39 +03:00
parent 28e56764fd
commit aedb7a3aa8
4 changed files with 3 additions and 4 deletions

View File

@ -15,4 +15,4 @@
{{ partial "dark.css" . | safeCSS }}
}
{{ end }}
</style>
</style>

View File

@ -20,4 +20,4 @@
--post-info-color: grey;
--switcher-color: #333;
--switcher-bg-color: #fff;
--switcher-bg-color: #fff;

View File

@ -1,4 +1,3 @@
{{ $style := "light-without-switcher" }}
{{ if and (isset site.Params "style") (ne site.Params.style "") }}
{{ $style = site.Params.style | lower }}

View File

@ -22,4 +22,4 @@
--switcher-color: #fff;
--switcher-bg-color: #333;
}
}