hugo-djem-so

Hugo theme for my blog

git clone git://git.shimmy1996.com/hugo-djem-so.git
commit 35f4cc6c8692773579ba8b749603c24498663046
parent 1662c0745fcbcda013c1c06846fc946c58721640
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Sun,  5 Jan 2020 11:08:06 -0600

Load color.css later to allow overrides of the color choices

Diffstat:
Mlayouts/partials/css/style.css | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/layouts/partials/css/style.css b/layouts/partials/css/style.css
@@ -1,4 +1,3 @@
-{{ partial "css/color.css" . | safeCSS }}
 body {
     background: var(--background-color);
     color: var(--text-color);
@@ -31,4 +30,5 @@ pre {
 code, kbd {
     font-size: 80%;
 }
+{{ partial "css/color.css" . | safeCSS }}
 {{ partial "css/custom.css" . | safeCSS }}