Update main.scss

This commit is contained in:
Luke 2023-03-11 10:52:06 +01:00 committed by GitHub
parent ce5c4058b5
commit 459e495ba1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -72,6 +72,7 @@
--head-nav-text-color: #d56f2a;
--menu-color: #d56f2a;
--license-color: #666666;
--footer-bg-color: #202225;
}
body {
@ -144,6 +145,11 @@ p.by-line-post {
}
.footer {
background-color: var(--footer-bg-color);
color: var(--nav-text-color);
}
#header .action-container {
&--left {
left: 25px;