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 d5ba209eaf4af0e0b1ade2a0a434efa92d359b18
parent 47ee327eff92fc46a76c9f954304f7cb20edb791
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Tue,  9 Feb 2021 21:40:46 +0100

Highlight link to current page better

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

diff --git a/stylesheets/commun.css b/stylesheets/commun.css @@ -6,8 +6,8 @@ body { font-family: 'Open Sans', sans-serif; } -.current { - background-color: white; +.current > a { + color: var(--gold); } header a, .contact a {