1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2026-01-14 19:04:56 +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);
}
}