From 86f31617fb3b2f7f8b42451451840a6cc8ee851c Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Sat, 5 Oct 2024 17:20:10 +0100 Subject: applies prettier --- scss/modules/_link.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scss/modules/_link.scss') diff --git a/scss/modules/_link.scss b/scss/modules/_link.scss index 2f827c4..c4b62e4 100644 --- a/scss/modules/_link.scss +++ b/scss/modules/_link.scss @@ -1,4 +1,5 @@ -a, .link { +a, +.link { color: var(--special-text-color); text-decoration-line: underline; text-decoration-color: var(--special-text-color); @@ -24,4 +25,3 @@ a, .link { border-color: var(--special-text-color); } } - -- cgit v1.2.3