summaryrefslogtreecommitdiff
path: root/stylesheets/index.css
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2021-03-08 22:49:29 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2021-03-08 22:49:29 +0100
commitbfdff0fb71fdc0cb9b006f8324e90e1b8a18b825 (patch)
treea67b13ba4636c2263bbe156762457a78889e771f /stylesheets/index.css
parentabe13f4e73c2e15b26ef9fa3334e88ad97c5a126 (diff)
parent6e152805bf250a60b4a38e61df80df34100f75bb (diff)
downloadquatuorbellefeuille.com-bfdff0fb71fdc0cb9b006f8324e90e1b8a18b825.tar.xz
Merge branch 'accueil-contraste'
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;
+ }
+}