quatuorbellefeuille.com

Content, build scripts and admin scripts for the Bellefeuille Quartet website.
git clone https://git.kevinlegouguec.net/quatuorbellefeuille.com
Log | Files | Refs

commit 0417565304f764bc34277c20c5bb2d982e063451
parent 8c318602ed866407a65a83c7eb6f1d731bd45a22
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Tue,  9 Feb 2021 22:54:57 +0100

Revert highlighting of social media buttons

Keep the rest of the commit though.

Diffstat:
Mstylesheets/commun.css | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/stylesheets/commun.css b/stylesheets/commun.css @@ -42,9 +42,6 @@ header.banner img, .social a img { header.banner:hover img, .social a:hover img { filter: none; } -.social a:hover { - background: white; -} header.banner:hover { color: var(--gold); }