diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 926ec50..6702254 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -4,6 +4,161 @@
{{ .Site.Title }}
{{ partial "header-menu.html" . }} +
+
+
+
+ +
+
+ +
+
+
+ +
+
+ + diff --git a/static/style.css b/static/style.css index 55be055..33405b4 100644 --- a/static/style.css +++ b/static/style.css @@ -1,3 +1,14 @@ +body.dark-mode, +body.dark-mode main * { + background: rgb(45, 45, 45); + color: #f5f5f5; +} + +body.dark-mode .nav a, +body.dark-mode .navbar a { + color: #f5f5f5; +} + .autocomplete { /*the container must be positioned relative:*/ position: relative; @@ -148,4 +159,5 @@ input { .post-title { text-align: center; + margin: 0 0; }