aboutsummaryrefslogtreecommitdiff
path: root/docs/qmk.css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/qmk.css')
-rw-r--r--docs/qmk.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/qmk.css b/docs/qmk.css
index 591dd291a..543cd7f28 100644
--- a/docs/qmk.css
+++ b/docs/qmk.css
@@ -357,10 +357,10 @@ body.sticky .sidebar-toggle {
357 border-top: 1px solid #ccc; 357 border-top: 1px solid #ccc;
358} 358}
359.markdown-section tr:nth-child(2n) { 359.markdown-section tr:nth-child(2n) {
360 background-color: #f8f8f8; 360 background-color: #555555;
361} 361}
362.markdown-section p.tip { 362.markdown-section p.tip {
363 background-color: #f8f8f8; 363 background-color: #555555;
364 border-bottom-right-radius: 2px; 364 border-bottom-right-radius: 2px;
365 border-left: 4px solid #f66; 365 border-left: 4px solid #f66;
366 border-top-right-radius: 2px; 366 border-top-right-radius: 2px;