maybe a rename will fix it
This commit is contained in:
parent
a887860f0a
commit
a6e986a960
@ -8,6 +8,6 @@
|
|||||||
<link rel="stylesheet" href="/fa/css/solid.min.css">
|
<link rel="stylesheet" href="/fa/css/solid.min.css">
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/fnoots.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"/>
|
<link rel="stylesheet" href="/css/sidebar.css"/>
|
||||||
</head>
|
</head>
|
||||||
|
@ -8,8 +8,6 @@ $mobile-width: {{ site.mobile-width }};
|
|||||||
|
|
||||||
.blue {
|
.blue {
|
||||||
fill: $blue;
|
fill: $blue;
|
||||||
SYNTAX ERROR
|
|
||||||
|
|
||||||
background-color: $blue;
|
background-color: $blue;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -67,7 +65,7 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-color: $magenta;
|
background-color: $background;
|
||||||
font-size: $body-size;
|
font-size: $body-size;
|
||||||
font-family: $body-font;
|
font-family: $body-font;
|
||||||
color: $body-text;
|
color: $body-text;
|
Loading…
Reference in New Issue
Block a user