Skip to content

Commit

Permalink
Fixed cover image tinting issue in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
minimaluminium committed Apr 9, 2024
1 parent 6b6b6a7 commit 4f1958d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/built/screen.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/built/screen.css.map

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions assets/css/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -2170,6 +2170,10 @@ html.dark-mode .site-header-content {
color: #fff;
}

html.dark-mode .site-header-cover {
opacity: 1;
}

html.dark-mode .post-card-image {
background: var(--color-darkmode);
}
Expand Down Expand Up @@ -2362,6 +2366,10 @@ html.dark-mode .footer-cta-title {
color: #fff;
}

html.auto-color .site-header-cover {
opacity: 1;
}

html.auto-color .post-card-image {
background: var(--color-darkmode);
}
Expand Down

0 comments on commit 4f1958d

Please sign in to comment.