1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 13:44:15 +00:00

Lighten the light mode color scheme

This commit is contained in:
Cotes Chung
2021-09-21 18:00:29 +08:00
parent 0bffb276fe
commit fa0155de6f
7 changed files with 57 additions and 40 deletions

View File

@@ -28,9 +28,7 @@
}
&.active {
.page-link {
background-color: var(--btn-active-bg);
border-color: var(--btn-active-border-color);
box-shadow: 0 0 8px 0 var(--btn-paginator-shadow) !important;
background-color: var(--btn-paginator-hover-color);
color: var(--btn-text-color);
}
}

View File

@@ -143,12 +143,22 @@
line-height: 1rem;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
font-size: 0.8rem;
&.nav-link:not(.active) {
color: inherit;
}
}
nav[data-toggle=toc] {
.nav {
.nav > li > a.active {
font-weight: 600 !important;
}
}
}
/* --- Related Posts --- */
#related-posts {