From 83345d495299d99bfb32d845e8c46e0ef5c2ac45 Mon Sep 17 00:00:00 2001 From: drashna Date: Wed, 6 Sep 2023 02:02:02 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20qmk/qmk?= =?UTF-8?q?=5Ffirmware@e3c6467ab9cb78ab0a3f6f5c157ebc7a3c9aecdd=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- qmk_custom_dark.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/qmk_custom_dark.css b/qmk_custom_dark.css index 35498fbd863..ffa5539922a 100644 --- a/qmk_custom_dark.css +++ b/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; }