From 03107eb7b57310881426fa8e62f0ca7ccc7c4631 Mon Sep 17 00:00:00 2001 From: Magnus Singer Date: Sat, 26 Aug 2023 12:28:20 +0200 Subject: [PATCH] fix hover color of links in footer --- .../templates/site/cassiopeia/scss/blocks/_footer.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/media_source/templates/site/cassiopeia/scss/blocks/_footer.scss b/build/media_source/templates/site/cassiopeia/scss/blocks/_footer.scss index 4aa0ad776c95d..89a1ed456f5da 100644 --- a/build/media_source/templates/site/cassiopeia/scss/blocks/_footer.scss +++ b/build/media_source/templates/site/cassiopeia/scss/blocks/_footer.scss @@ -12,7 +12,7 @@ padding: 2.5rem ($cassiopeia-grid-gutter * .5); } - a { + a, a:hover, a:focus { color: currentColor; }