Skip to content

Commit

Permalink
Merge pull request #9 from Misaka13514/patch-1
Browse files Browse the repository at this point in the history
fix(main.css): fix color of article-title in dark mode
  • Loading branch information
KawaiiZapic committed Aug 17, 2023
2 parents 5003308 + d4a91ee commit 7c3f397
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -509,10 +509,14 @@ body.locked, .content-container, .self-wrapper, .article-title {
background-color: #333;
}

a[href].link-item, body {
a[href], body {
color: #ddd;
}

.footer-container a {
color: #fb7299;
}

.background-layer {
filter: brightness(0.75);
}
Expand Down

0 comments on commit 7c3f397

Please sign in to comment.