summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--docs/qmk_custom_dark.css10
1 files changed, 7 insertions, 3 deletions
diff --git a/docs/qmk_custom_dark.css b/docs/qmk_custom_dark.css
index 35498fbd86..ffa5539922 100644
--- 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;
 }