summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2021-03-16 23:58:08 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2021-03-16 23:58:08 +0100
commit5136edf44602f6a51f768786c7a0f669c6fd1584 (patch)
tree81ae87f5f906d45029f2b20486d4f73166817b08
parentf86449725fd028ffe41cc78c46b051c8eab63578 (diff)
downloadquatuorbellefeuille.com-5136edf44602f6a51f768786c7a0f669c6fd1584.tar.xz
Use consistent color on hover for calendar text
-rw-r--r--stylesheets/index.css2
1 files changed, 1 insertions, 1 deletions
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');
}