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;
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;