Skip to content

Commit

Permalink
[Docs] Improve contrast for warnings in dark mode (qmk#21928)
Browse files Browse the repository at this point in the history
  • Loading branch information
3geek14 committed Sep 6, 2023
1 parent 7fb6051 commit e3c6467
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions docs/qmk_custom_dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@
background-color: #555;
}

.markdown-section p.tip,
.markdown-section tr:nth-child(2n) {
background-color:#444;
background-color:#444;
}

.markdown-section p.tip {
background-color:#555;
color:#FFF;
}

.markdown-section tr {
Expand All @@ -16,7 +20,7 @@
}

.markdown-section p.tip code {
background-color: #555;
background-color: #333;
color: #fff;
}

Expand Down

0 comments on commit e3c6467

Please sign in to comment.