diff options
author | (quasar) nebula <towerofnix@gmail.com> | 2021-04-06 14:00:27 -0300 |
---|---|---|
committer | (quasar) nebula <towerofnix@gmail.com> | 2021-04-06 14:00:27 -0300 |
commit | c56395dbdc03a284e5daa7d39df8e374ada66017 (patch) | |
tree | 436dc17c462cd8b61ea4bb67987b87c09af02424 | |
parent | 2f89cecd17f471de61d217e71dd7551773a9e725 (diff) |
banner style tweaks
-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 { |