summaryrefslogtreecommitdiff
path: root/stylesheets/commun.css
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2021-02-09 22:51:34 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2021-02-09 22:51:34 +0100
commit8c318602ed866407a65a83c7eb6f1d731bd45a22 (patch)
treeaa8c1e3832e3e05a1977b30b4b6b1f2de1c27841 /stylesheets/commun.css
parentd44bf65d8adba35a06742b6c6831c91cfa32466e (diff)
downloadquatuorbellefeuille.com-8c318602ed866407a65a83c7eb6f1d731bd45a22.tar.xz
Highlight social media on hover some more
Diffstat (limited to 'stylesheets/commun.css')
-rw-r--r--stylesheets/commun.css10
1 files changed, 6 insertions, 4 deletions
diff --git a/stylesheets/commun.css b/stylesheets/commun.css
index 2f2ec21..30a6f24 100644
--- a/stylesheets/commun.css
+++ b/stylesheets/commun.css
@@ -36,12 +36,15 @@ header.banner h1 {
font-family: 'Cormorant', serif;
}
-header.banner img, .social img {
+header.banner img, .social a img {
filter: brightness(0);
}
-header.banner:hover img, .social img:hover {
+header.banner:hover img, .social a:hover img {
filter: none;
}
+.social a:hover {
+ background: white;
+}
header.banner:hover {
color: var(--gold);
}
@@ -183,8 +186,7 @@ footer.legal {
.social img {
width: 2em;
- margin-top: 0.5em;
- margin-bottom: 0.5em;
+ padding: 0.5em;
}
.contact {