From 07d9577e8cbeaf7710833e6267148cabff837cc4 Mon Sep 17 00:00:00 2001 From: iGor milhit Date: Tue, 2 Nov 2021 22:07:46 +0100 Subject: [PATCH] colors: move the visited property up the others * Moves the visited pseudo-element property before the other pseudo-element properties, in order to allow the latters to overwrite the former. Co-Authored-by: iGor milhit --- assets/scss/_colors.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/scss/_colors.scss b/assets/scss/_colors.scss index b6d4fe5..b3f8eb3 100644 --- a/assets/scss/_colors.scss +++ b/assets/scss/_colors.scss @@ -14,6 +14,10 @@ a { color: $frost-green; } +a:visited { + color: $frost-grey-blue; +} + a:active, a:focus, .main-header a:active, @@ -27,10 +31,6 @@ a:hover, color: $aurora-purple; } -a:visited { - color: $frost-grey-blue; -} - .main-header, .main-header a, .main-footer,