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 5136edf44602f6a51f768786c7a0f669c6fd1584
parent f86449725fd028ffe41cc78c46b051c8eab63578
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Tue, 16 Mar 2021 23:58:08 +0100

Use consistent color on hover for calendar text

Diffstat:
Mstylesheets/index.css | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/stylesheets/index.css b/stylesheets/index.css @@ -23,7 +23,7 @@ a#next-concert { background: no-repeat center/contain url('/images/calendar.svg'); } a#next-concert:hover { - color: var(--gold); + color: #e4b63a; background-image: url('/images/calendar-gold.svg'); }