Skip to content

Commit

Permalink
Fix divider color in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
tedgravlin committed Aug 25, 2023
1 parent 40c9b86 commit 8e084b3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions css/mainStyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -437,4 +437,8 @@ img.cardheader {
hr.cardheader {
border: 1px solid lightgray;
}

h1.divider {
background-color: #222
}
}

0 comments on commit 8e084b3

Please sign in to comment.