From 7d4fc7b6ac9bfbbd3aa5fdb427c79aac0b937dc3 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Sat, 28 Jan 2023 22:55:26 -0800 Subject: [PATCH] Fix blue links --- components/PartyDetails/index.scss | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/components/PartyDetails/index.scss b/components/PartyDetails/index.scss index 354367c9..a6306701 100644 --- a/components/PartyDetails/index.scss +++ b/components/PartyDetails/index.scss @@ -339,6 +339,18 @@ font-size: $font-small; } + a:visited:not(.fire):not(.water):not(.wind):not(.earth):not(.dark):not( + .light + ) { + color: var(--text-primary); + } + + a:hover:not(.fire):not(.water):not(.wind):not(.earth):not(.dark):not( + .light + ) { + color: $blue; + } + & > *:not(:last-child):after { content: ' ยท '; margin: 0 calc($unit / 2);