Small fixes
This commit is contained in:
parent
28e56764fd
commit
aedb7a3aa8
@ -15,4 +15,4 @@
|
|||||||
{{ partial "dark.css" . | safeCSS }}
|
{{ partial "dark.css" . | safeCSS }}
|
||||||
}
|
}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</style>
|
</style>
|
||||||
|
@ -20,4 +20,4 @@
|
|||||||
--post-info-color: grey;
|
--post-info-color: grey;
|
||||||
|
|
||||||
--switcher-color: #333;
|
--switcher-color: #333;
|
||||||
--switcher-bg-color: #fff;
|
--switcher-bg-color: #fff;
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
{{ $style := "light-without-switcher" }}
|
{{ $style := "light-without-switcher" }}
|
||||||
{{ if and (isset site.Params "style") (ne site.Params.style "") }}
|
{{ if and (isset site.Params "style") (ne site.Params.style "") }}
|
||||||
{{ $style = site.Params.style | lower }}
|
{{ $style = site.Params.style | lower }}
|
||||||
|
@ -22,4 +22,4 @@
|
|||||||
|
|
||||||
--switcher-color: #fff;
|
--switcher-color: #fff;
|
||||||
--switcher-bg-color: #333;
|
--switcher-bg-color: #333;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user