Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zwbetz-gh/minimal-bootstrap-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzwbetz <zwbetz@gmail.com>2018-10-14 19:02:43 +0300
committerzwbetz <zwbetz@gmail.com>2018-10-14 19:02:43 +0300
commit4ee412562edcf02957464f86488b2ee76e97ac12 (patch)
tree9a69632e5e2cd9494d40cb7b39c189ebe21d596c /layouts
parentaa625c093c175bbc73880350b11476e1cb0b7803 (diff)
Update readme wording. Update features in theme.toml. Refactor config in style.html
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/style.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/layouts/partials/style.html b/layouts/partials/style.html
index d9c83af..92e4893 100644
--- a/layouts/partials/style.html
+++ b/layouts/partials/style.html
@@ -6,7 +6,6 @@ body {
.custom-navbar {
margin-bottom: 1rem;
height: 60px;
- background-color: #212529;
}
.custom-navbar a {
@@ -41,6 +40,10 @@ img {
.custom-navbar {
background-color: {{ . }};
}
+{{ else }}
+.custom-navbar {
+ background-color: #212529;
+}
{{ end }}
{{ with .Site.Params.wrapperMaxWidth }}