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

github.com/pfadfinder-konstanz/hugo-dpsg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormax.mehl <max.mehl@fsfe.org>2020-10-09 19:27:52 +0300
committerMax Mehl <mail@mehl.mx>2020-10-29 19:56:21 +0300
commit3ad81b67cf087a7960e4926a4e3105d648490659 (patch)
tree3333ffbf4ec64850c6ff2f7181e11e119d5aa636
parent92a988dd553f07c8920cd1100f14982570cffd00 (diff)
add header
-rw-r--r--assets/css/style.css5
-rw-r--r--static/img/header.jpgbin0 -> 262033 bytes
2 files changed, 4 insertions, 1 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index 3a95c0e..2c19fa9 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -481,6 +481,9 @@ select {
.logo {
padding: 25px;
+ {{ with .Site.Params.logo.header -}}
+ background: url(/{{ . }}) center/cover no-repeat
+ {{- end }}
}
.logo__link {
@@ -518,7 +521,7 @@ select {
font-size: 2rem;
font-weight: 700;
line-height: 1;
- color: #000;
+ color: #003056;
}
.logo__tagline {
diff --git a/static/img/header.jpg b/static/img/header.jpg
new file mode 100644
index 0000000..76f5112
--- /dev/null
+++ b/static/img/header.jpg
Binary files differ