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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user