From 3b1d56a34badc13c2b2ce4f58cea39bb5b85d589 Mon Sep 17 00:00:00 2001 From: Dominic Masters Date: Sat, 5 May 2018 21:14:10 +1000 Subject: [PATCH] A -> Nest Pseudoclass --- public/styles/elements/_a.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/styles/elements/_a.scss b/public/styles/elements/_a.scss index 5fb6138..cb1a5c0 100644 --- a/public/styles/elements/_a.scss +++ b/public/styles/elements/_a.scss @@ -11,9 +11,9 @@ a { text-decoration: none; color: $s-color--link; -} -a:hover { - text-decoration: underline; - color: $s-color--link-hover; + &:hover { + text-decoration: underline; + color: $s-color--link-hover; + } }