From 02b09a9777e60c010095d9616b6a3a3b3811e528 Mon Sep 17 00:00:00 2001 From: spongycake Date: Sun, 27 Feb 2022 01:29:57 +0000 Subject: [PATCH] moved curly brackets --- src/scss/_global.scss | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/scss/_global.scss b/src/scss/_global.scss index 07d016a..5dafee3 100644 --- a/src/scss/_global.scss +++ b/src/scss/_global.scss @@ -5,11 +5,12 @@ html,body { margin:0; padding:0; } + html body { background-color:$bg-color; } -body -{ + +body { @include font-size($font-size-base); font-family:$font-family-sans-serif; line-height: 1.4; @@ -22,12 +23,12 @@ p { } a { - text-decoration: none; color: $link-color; + font-weight: $link-font-weight; text-decoration:underline; &:hover { color:$link-hover-color; - } + } &:visited { color: $link-visited-color;