diff options
| author | QMK Bot | 2020-12-27 17:56:40 +0100 |
|---|---|---|
| committer | QMK Bot | 2020-12-27 17:56:40 +0100 |
| commit | 0c5be869ffb7de6ca1107a5804d6d4d536d80e91 (patch) | |
| tree | 97b310d70f82b0780b31ffb77cc91ba536482e8d /docs/qmk_custom_dark.css | |
| parent | 0b37c0dfa0690c60ddf0798d8d771b74f47ebca1 (diff) | |
| parent | bbf0f65284f6c9cc40429f446bddf48e2e882ad0 (diff) | |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs/qmk_custom_dark.css')
| -rw-r--r-- | docs/qmk_custom_dark.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/qmk_custom_dark.css b/docs/qmk_custom_dark.css index a7feb159c8..c7fe7b7da7 100644 --- a/docs/qmk_custom_dark.css +++ b/docs/qmk_custom_dark.css @@ -27,3 +27,20 @@ .markdown-section hr, .search { border-bottom: 1px solid #777 !important; } + + +:root { + --docsifytabs-border-color: #555; + --docsifytabs-tab-highlight-color: var(--theme-color,#ea6f5a); + + --docsifytabs-tab-background: #444; + --docsifytabs-tab-background-active: #3f3f3f; +} + +.docsify-tabs__tab:focus { + outline: none !important; +} + +.docsify-tabs__content .anchor { + transition: none; +} |