From c90c8e320232c39c740d5da2c5543d265104b862 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Tue, 9 Feb 2021 22:30:46 +0100 Subject: Add icons to actual social media accounts --- stylesheets/commun.css | 10 +++++++--- stylesheets/dark.css | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) (limited to 'stylesheets') 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; } } diff --git a/stylesheets/dark.css b/stylesheets/dark.css index fd89914..0687599 100644 --- a/stylesheets/dark.css +++ b/stylesheets/dark.css @@ -3,6 +3,6 @@ body { color: white; } -header.banner img { +header.banner img, .social img { filter: brightness(10); } -- cgit v1.2.3