summaryrefslogtreecommitdiff
path: root/stylesheets/commun.css
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2021-02-09 22:30:46 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2021-02-09 22:30:46 +0100
commitc90c8e320232c39c740d5da2c5543d265104b862 (patch)
tree873f4ec6e7d10a0b55cdb8ff5c71e9c88175ace3 /stylesheets/commun.css
parentd5ba209eaf4af0e0b1ade2a0a434efa92d359b18 (diff)
downloadquatuorbellefeuille.com-c90c8e320232c39c740d5da2c5543d265104b862.tar.xz
Add icons to actual social media accounts
Diffstat (limited to 'stylesheets/commun.css')
-rw-r--r--stylesheets/commun.css10
1 files changed, 7 insertions, 3 deletions
diff --git a/stylesheets/commun.css b/stylesheets/commun.css
index 8309dcd..2f2ec21 100644
--- a/stylesheets/commun.css
+++ b/stylesheets/commun.css
@@ -19,7 +19,7 @@ header a, .contact a {
header a, footer a {
color: inherit;
}
-nav a:hover, .contact:hover {
+nav a:hover, .contact a:hover {
color: var(--gold);
background: white;
}
@@ -29,7 +29,6 @@ header.banner a {
align-items: center;
}
header.banner img {
- filter: brightness(0);
margin: 0.5em;
}
header.banner h1 {
@@ -37,7 +36,10 @@ header.banner h1 {
font-family: 'Cormorant', serif;
}
-header.banner:hover img {
+header.banner img, .social img {
+ filter: brightness(0);
+}
+header.banner:hover img, .social img:hover {
filter: none;
}
header.banner:hover {
@@ -193,6 +195,8 @@ footer.legal {
transform: rotate(180deg);
margin: 0;
+ }
+ .contact a {
padding: 1em 0.5em;
}
}