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-23 14:18:18 +0300
committerMax Mehl <mail@mehl.mx>2020-10-29 19:56:22 +0300
commit00b249029feb2068c262fd15fbc94cef8f3cda64 (patch)
treeac11cca8a27006d51d0aa3303fae37573171e3ec
parent93f52fd88edb3266ff807fb7c54917443f68171d (diff)
improve header
-rw-r--r--assets/css/style.css8
-rw-r--r--static/img/header.jpgbin262033 -> 141080 bytes
2 files changed, 5 insertions, 3 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index ea1206f..9ac2f74 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -529,7 +529,8 @@ select {
font-size: 2rem;
font-weight: 700;
line-height: 1;
- color: #003056;
+ color: {{ $highlightColor }};
+ text-shadow: 0px 0px 5px #fff;
}
.logo__tagline {
@@ -541,7 +542,8 @@ select {
font-weight: 700;
line-height: 1;
color: {{ $highlightColor }};
- border-top: 1px solid #ebebeb;
+ text-shadow: 0px 0px 5px #fff;
+ border-top: 1px solid #9d9d9d;
}
.divider {
@@ -1354,7 +1356,7 @@ textarea {
.wrapper,
.logo {
- padding: 20px;
+ padding: 10px;
}
.widget {
diff --git a/static/img/header.jpg b/static/img/header.jpg
index 76f5112..458f5c3 100644
--- a/static/img/header.jpg
+++ b/static/img/header.jpg
Binary files differ