diff options
author | Joel Challis <git@zvecr.com> | 2021-01-20 18:46:01 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-20 18:46:01 +0000 |
commit | 4e8166750b21cfd3feaba0d6024087fb5c76bca9 (patch) | |
tree | c124714e565321818485b96509fd70026fe49f84 /docs/qmk_custom_dark.css | |
parent | 1328ab7c7defdca40872273147f387618b1a48c3 (diff) |
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 <drashna@live.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'docs/qmk_custom_dark.css')
-rw-r--r-- | docs/qmk_custom_dark.css | 11 |
1 files changed, 3 insertions, 8 deletions
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; -} |