From c56395dbdc03a284e5daa7d39df8e374ada66017 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Tue, 6 Apr 2021 14:00:27 -0300 Subject: banner style tweaks --- static/site.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/static/site.css b/static/site.css index d8d20dc..7b1780e 100644 --- a/static/site.css +++ b/static/site.css @@ -49,6 +49,20 @@ body::before { margin: 10px 0; width: 100%; background: black; + background-color: var(--dim-color); + border-bottom: 1px solid var(--primary-color); + position: relative; +} + +#banner::after { + content: ""; + box-shadow: inset 0 -2px 3px rgba(0, 0, 0, 0.35); + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + pointer-events: none; } #banner.dim img { -- cgit 1.3.0-6-gf8a5