From 4e8166750b21cfd3feaba0d6024087fb5c76bca9 Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Wed, 20 Jan 2021 18:46:01 +0000 Subject: Small tweaks to docs to make them more user friendly (#11518) * first pass * firmware firmware? * Split out debug + testing docs * tidy up duplicate css * Add extra info to debug example Co-authored-by: Drashna Jaelre Co-authored-by: Drashna Jaelre --- docs/qmk_custom_dark.css | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'docs/qmk_custom_dark.css') diff --git a/docs/qmk_custom_dark.css b/docs/qmk_custom_dark.css index c7fe7b7da7..35498fbd86 100644 --- a/docs/qmk_custom_dark.css +++ b/docs/qmk_custom_dark.css @@ -28,6 +28,9 @@ border-bottom: 1px solid #777 !important; } +.markdown-section p.warn > strong { + color: #c8c8c8; +} :root { --docsifytabs-border-color: #555; @@ -36,11 +39,3 @@ --docsifytabs-tab-background: #444; --docsifytabs-tab-background-active: #3f3f3f; } - -.docsify-tabs__tab:focus { - outline: none !important; -} - -.docsify-tabs__content .anchor { - transition: none; -} -- cgit v1.2.3