diff --git a/_includes/layouts/base.njk b/_includes/layouts/base.njk index f1cab20..239cdf0 100644 --- a/_includes/layouts/base.njk +++ b/_includes/layouts/base.njk @@ -17,14 +17,7 @@
{{ site_info.title }} - - + 🌙
@@ -33,3 +26,31 @@ + + \ No newline at end of file diff --git a/content/main.sass b/content/main.sass index 4f46040..cd90707 100644 --- a/content/main.sass +++ b/content/main.sass @@ -19,3 +19,11 @@ main .post-metadata font: 400 14px "Lato", "Arial", sans-serif color: grey + +.theme-light + color: black + background-color: white + +.theme-dark + color: white + background-color: #101010