summaryrefslogtreecommitdiff
path: root/stylesheets/dark.css
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2021-03-04 00:36:22 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2021-03-04 00:36:22 +0100
commita19e92a310f15a107b214c691758e0da22182460 (patch)
treec42db73f931cc29fac2baa9a884fbabe33cfd86c /stylesheets/dark.css
parent0c81bede2a57ca4d1bb9756057bbeef919e08833 (diff)
parentbb323265493d7400a2b19b181fe9e1f420f67bd5 (diff)
downloadquatuorbellefeuille.com-a19e92a310f15a107b214c691758e0da22182460.tar.xz
Merge branch 'menu-mobile'
Diffstat (limited to 'stylesheets/dark.css')
-rw-r--r--stylesheets/dark.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/stylesheets/dark.css b/stylesheets/dark.css
index 297b27a..654d2e0 100644
--- a/stylesheets/dark.css
+++ b/stylesheets/dark.css
@@ -12,6 +12,12 @@ footer.social a.lang:hover {
border-color: white;
}
-header.banner img, .social a img {
+body > header.banner img, footer.social a img {
filter: brightness(10);
}
+
+@media (max-width: 40em) {
+ header.slidingmenu > img.button.open {
+ filter: brightness(10);
+ }
+}