« get me outta code hell

banner style/layout updates - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/static
diff options
context:
space:
mode:
author(quasar) nebula <towerofnix@gmail.com>2021-03-25 11:59:44 -0300
committer(quasar) nebula <towerofnix@gmail.com>2021-03-25 11:59:44 -0300
commit29b686dc00d2a4b92e3bd91b92b83505592a5a16 (patch)
tree052db1cf8f3adcc0d1b375e79f1b707443e6426a /static
parentd3cecf0a68e262d830c811257a413c73f155a432 (diff)
banner style/layout updates
Diffstat (limited to 'static')
-rw-r--r--static/site.css11
1 files changed, 8 insertions, 3 deletions
diff --git a/static/site.css b/static/site.css
index 59c9f62..b4ba79d 100644
--- a/static/site.css
+++ b/static/site.css
@@ -47,11 +47,16 @@ body::before {
 #banner {
     margin: 10px 0;
     width: 100%;
-    display: block;
+    background: black;
 }
 
-#banner.dim {
-    filter: brightness(0.8);
+#banner.dim img {
+    opacity: 0.8;
+}
+
+#banner img {
+    display: block;
+    width: 100%;
 }
 
 a {