diff options
Diffstat (limited to 'stylesheets/dark.css')
| -rw-r--r-- | stylesheets/dark.css | 6 |
1 files changed, 6 insertions, 0 deletions
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); + } +} |
