Skip to content

Commit

Permalink
Fix help content style in Dark Mode (fix coteditor#1295)
Browse files Browse the repository at this point in the history
  • Loading branch information
1024jp committed May 9, 2022
1 parent c3b3175 commit c697594
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,14 @@ p.addition::after {
p.addition > span:first-child {
color: hsl(201, 25%, 55%);
}
@media (prefers-color-scheme: dark) {
p.addition {
background: hsl(213, 30%, 20%);
}
p.addition::after {
border-bottom-color: hsl(213, 30%, 20%);
}
}

em, strong {
font-weight: 600;
Expand Down

0 comments on commit c697594

Please sign in to comment.