moved curly brackets

This commit is contained in:
spongycake 2022-02-27 01:29:57 +00:00
parent ff32fa2069
commit 02b09a9777
1 changed files with 5 additions and 4 deletions

View File

@ -5,11 +5,12 @@ html,body {
margin:0; margin:0;
padding:0; padding:0;
} }
html body { html body {
background-color:$bg-color; background-color:$bg-color;
} }
body
{ body {
@include font-size($font-size-base); @include font-size($font-size-base);
font-family:$font-family-sans-serif; font-family:$font-family-sans-serif;
line-height: 1.4; line-height: 1.4;
@ -22,12 +23,12 @@ p {
} }
a { a {
text-decoration: none;
color: $link-color; color: $link-color;
font-weight: $link-font-weight;
text-decoration:underline; text-decoration:underline;
&:hover { &:hover {
color:$link-hover-color; color:$link-hover-color;
} }
&:visited { &:visited {
color: $link-visited-color; color: $link-visited-color;