maybe a rename will fix it

This commit is contained in:
Andrew Cassidy 2019-05-04 21:30:18 -07:00
parent 57fd51010e
commit e93d79c403
No known key found for this signature in database
GPG Key ID: 963017B38FD477A1
2 changed files with 2 additions and 4 deletions

View File

@ -8,6 +8,6 @@
<link rel="stylesheet" href="/fa/css/solid.min.css">
<link rel="stylesheet" href="/css/fnoots.css"/>
<link rel="stylesheet" href="/css/style.css"/>
<link rel="stylesheet" href="/css/site.css"/>
<link rel="stylesheet" href="/css/sidebar.css"/>
</head>

View File

@ -8,8 +8,6 @@ $mobile-width: {{ site.mobile-width }};
.blue {
fill: $blue;
SYNTAX ERROR
background-color: $blue;
}
@ -67,7 +65,7 @@ html {
}
body {
background-color: $magenta;
background-color: $background;
font-size: $body-size;
font-family: $body-font;
color: $body-text;