aboutsummaryrefslogtreecommitdiffstats
path: root/layouts/_default
diff options
context:
space:
mode:
authorÓscar Nájera <hi@oscarnajera.com>2022-02-13 18:07:52 +0100
committerÓscar Nájera <hi@oscarnajera.com>2022-02-13 18:07:52 +0100
commit17d65a66e8b860fb47684ae2d311f18ec1679ee2 (patch)
tree916b28915870b6744d9bef93f0abf005036b6ad5 /layouts/_default
parent113d4e53416ddf42212da6f217670bdc6f0c9dd8 (diff)
downloadhugo-minimalist-theme-17d65a66e8b860fb47684ae2d311f18ec1679ee2.tar.gz
hugo-minimalist-theme-17d65a66e8b860fb47684ae2d311f18ec1679ee2.tar.bz2
hugo-minimalist-theme-17d65a66e8b860fb47684ae2d311f18ec1679ee2.zip
Lighter white theme
There was too much green and it felt a bit annoying
Diffstat (limited to 'layouts/_default')
-rw-r--r--layouts/_default/baseof.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 20e0c0c..81ba4d7 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
{{- partial "head.html" . -}}
- <body class="w3-theme-dark">
+ <body class="w3-theme-light">
{{- partial "header.html" . -}}
<div id="content" class="min-vh-100">
{{- block "main" . }}{{- end }}