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

@@ -65,7 +65,7 @@
text-overflow: ellipsis;
&:nth-child(odd) {
background-color: var(--main-wrapper-bg, #fff);
background-color: var(--main-bg, #fff);
background-image: linear-gradient(to left, #fff, #fbfbfb, #fbfbfb, #fbfbfb, #fff);
}