1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2026-03-25 20:38:10 +00:00

Merge branch 'feature/code-style' into develop

This commit is contained in:
Cotes Chung
2021-10-26 04:31:31 +08:00
parent a9b159299b
commit ca8e85a7ec
15 changed files with 143 additions and 80 deletions

View File

@@ -116,11 +116,13 @@
.card-header {
background-color: var(--card-header-bg);
}
.list-group-item {
border-left: none;
border-right: none;
padding-left: 2rem;
border-color: var(--categories-border);
&:last-child {
border-bottom-color: var(--card-bg);
}
@@ -128,13 +130,16 @@
}
#archives li:nth-child(odd) {
background-image: linear-gradient(
to left,
rgb(26, 26, 30),
rgb(39, 39, 45),
rgb(39, 39, 45),
rgb(39, 39, 45),
rgb(26, 26, 30));
background-image:
linear-gradient(
to left,
rgb(26, 26, 30),
rgb(39, 39, 45),
rgb(39, 39, 45),
rgb(39, 39, 45),
rgb(26, 26, 30)
);
}
} // dark-scheme