1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

refactor: rename color variable

This commit is contained in:
Cotes Chung
2022-09-29 22:20:01 +08:00
parent 49bb93cc0c
commit 3ffd19d81d
4 changed files with 8 additions and 8 deletions

View File

@@ -149,7 +149,7 @@ kbd {
footer {
font-size: 0.8rem;
background-color: var(--main-wrapper-bg);
background-color: var(--main-bg);
div.d-flex {
height: $footer-height;
@@ -1079,7 +1079,7 @@ $sidebar-display: "sidebar-display";
/* --- main wrapper --- */
#main-wrapper {
background-color: var(--main-wrapper-bg);
background-color: var(--main-bg);
position: relative;
min-height: calc(100vh - #{$footer-height});