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

Reduce the brightness in dark mode.

affect:
- images
- site title text
This commit is contained in:
Cotes Chung
2020-04-13 04:18:36 +08:00
parent ae2b464492
commit 648b199be8
3 changed files with 7 additions and 1 deletions

View File

@@ -253,7 +253,7 @@ $tab-count: {{ site.data.tabs | size }};
#site-title {
text-align: center;
a {
color: #b6b6b6;
color: var(--site-title-color);
font-weight: 900;
font-size: 1.5rem;
letter-spacing: .5px;