commit 5633a2cdb441dbb94a1eac0d925c2d2c2a17f937 parent 4413805a6443fe074cfb017a7811b2f4426d69f0 Author: QMK Bot <hello@qmk.fm> Date: Wed, 6 Sep 2023 02:00:58 +0000 Merge remote-tracking branch 'origin/master' into develop 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; }