Update main.scss
This commit is contained in:
parent
ce5c4058b5
commit
459e495ba1
1 changed files with 6 additions and 0 deletions
|
@ -72,6 +72,7 @@
|
||||||
--head-nav-text-color: #d56f2a;
|
--head-nav-text-color: #d56f2a;
|
||||||
--menu-color: #d56f2a;
|
--menu-color: #d56f2a;
|
||||||
--license-color: #666666;
|
--license-color: #666666;
|
||||||
|
--footer-bg-color: #202225;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
@ -144,6 +145,11 @@ p.by-line-post {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.footer {
|
||||||
|
background-color: var(--footer-bg-color);
|
||||||
|
color: var(--nav-text-color);
|
||||||
|
}
|
||||||
|
|
||||||
#header .action-container {
|
#header .action-container {
|
||||||
&--left {
|
&--left {
|
||||||
left: 25px;
|
left: 25px;
|
||||||
|
|
Loading…
Reference in a new issue