Skip to content

Commit

Permalink
fix(main.css): fix color of article-title in dark mode
Browse files Browse the repository at this point in the history
This commit is a fixup for 5003308
  • Loading branch information
Misaka13514 committed Aug 17, 2023
1 parent 5003308 commit dae0de9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ body.locked, .content-container, .self-wrapper, .article-title {
background-color: #333;
}

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

Expand Down

0 comments on commit dae0de9

Please sign in to comment.