From 5136edf44602f6a51f768786c7a0f669c6fd1584 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Tue, 16 Mar 2021 23:58:08 +0100 Subject: Use consistent color on hover for calendar text --- stylesheets/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/index.css b/stylesheets/index.css index a2f15a3..a107349 100644 --- 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'); } -- cgit v1.2.3