« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--static/site.css14
1 files changed, 14 insertions, 0 deletions
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 {