diff options
Diffstat (limited to 'stylesheets')
| -rw-r--r-- | stylesheets/commun.css | 2 | ||||
| -rw-r--r-- | stylesheets/dark.css | 12 |
2 files changed, 5 insertions, 9 deletions
diff --git a/stylesheets/commun.css b/stylesheets/commun.css index fdf4162..0c50ad3 100644 --- a/stylesheets/commun.css +++ b/stylesheets/commun.css @@ -1,5 +1,5 @@ body { - --gold: #E4B63A; + --gold: #BE8B00; margin: 0; background-color: white; diff --git a/stylesheets/dark.css b/stylesheets/dark.css index 0263d46..455ea72 100644 --- a/stylesheets/dark.css +++ b/stylesheets/dark.css @@ -16,12 +16,8 @@ footer.social a.lang:hover { border-color: white; } -body > header.banner img, footer.social a img { - filter: brightness(10); -} - -@media (max-width: 40em) { - header.slidingmenu > img.button.open { - filter: brightness(10); - } +body > header.banner img, +footer.social a img, +header.slidingmenu > img.button.open { + filter: brightness(0) invert(1); } |
