summaryrefslogtreecommitdiff
path: root/stylesheets/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'stylesheets/index.css')
-rw-r--r--stylesheets/index.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/stylesheets/index.css b/stylesheets/index.css
index 74ba8b7..8e6f167 100644
--- a/stylesheets/index.css
+++ b/stylesheets/index.css
@@ -70,3 +70,13 @@ a#next-concert:hover {
top: 10%;
}
}
+
+@media (min-width: 40em) {
+ header.menu > nav {
+ background: #0004;
+ }
+
+ nav li.dropdown ul {
+ background: #0004;
+ }
+}