diff options
Diffstat (limited to 'stylesheets/dark.css')
| -rw-r--r-- | stylesheets/dark.css | 8 |
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); + } +} |
