summaryrefslogtreecommitdiff
path: root/stylesheets/dark.css
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2021-02-09 23:12:36 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2021-02-09 23:12:36 +0100
commitc2fd4a151a7e5a5d87d36c1a5527b46baf3db518 (patch)
treed2d6025f750e89a698e329c2c1dbff654e0be599 /stylesheets/dark.css
parent8dc6633cafbbb39d7e75873bb4cc14b5886b5c07 (diff)
downloadquatuorbellefeuille.com-c2fd4a151a7e5a5d87d36c1a5527b46baf3db518.tar.xz
Tweak EN button colors on regular vs dark backgrounds
Diffstat (limited to 'stylesheets/dark.css')
-rw-r--r--stylesheets/dark.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/stylesheets/dark.css b/stylesheets/dark.css
index 1cddba1..8f24915 100644
--- a/stylesheets/dark.css
+++ b/stylesheets/dark.css
@@ -6,6 +6,11 @@ body {
a.lang {
border-color: white;
}
+a.lang:hover {
+ color: var(--gold);
+ background: white;
+ border-color: white;
+}
header.banner img, .social a img {
filter: brightness(10);