diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/site.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/static/site.css b/static/site.css index d8d20dcc..7b1780ec 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 { |