commit e3c6467ab9cb78ab0a3f6f5c157ebc7a3c9aecdd parent 7fb60519ee67cead24894b5418b4645794932498 Author: 3geek14 <nerd.of.pi@gmail.com> Date: Tue, 5 Sep 2023 22:00:14 -0400 [Docs] Improve contrast for warnings in dark mode (#21928) Diffstat:
| M | docs/qmk_custom_dark.css | | | 10 | +++++++--- |
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/docs/qmk_custom_dark.css b/docs/qmk_custom_dark.css @@ -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 { @@ -16,7 +20,7 @@ } .markdown-section p.tip code { - background-color: #555; + background-color: #333; color: #fff; }