From 60394bb4e1833ae58f60885099eb72c0b15530e4 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Mon, 1 Mar 2021 23:07:53 +0100 Subject: Make menu elements easier to recognize --- stylesheets/dark.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'stylesheets/dark.css') diff --git a/stylesheets/dark.css b/stylesheets/dark.css index 0b96216..654d2e0 100644 --- a/stylesheets/dark.css +++ b/stylesheets/dark.css @@ -15,3 +15,9 @@ footer.social a.lang:hover { body > header.banner img, footer.social a img { filter: brightness(10); } + +@media (max-width: 40em) { + header.slidingmenu > img.button.open { + filter: brightness(10); + } +} -- cgit v1.2.3