diff options
| author | Joel Challis <git@zvecr.com> | 2020-12-27 16:56:10 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-27 16:56:10 +0000 |
| commit | bbf0f65284f6c9cc40429f446bddf48e2e882ad0 (patch) | |
| tree | c6c85f846e1167b7fec866a1a6775a44251f2ecd /docs/qmk_custom_dark.css | |
| parent | 1d1d5da43f86d9dded47c66afec94991d623f114 (diff) | |
| download | qmk_firmware-bbf0f65284f6c9cc40429f446bddf48e2e882ad0.tar.gz qmk_firmware-bbf0f65284f6c9cc40429f446bddf48e2e882ad0.zip | |
Simplify the visual flow of the getting started page (#11316)
* Add tabs to getting started page
* Review comments
Co-authored-by: Ryan <fauxpark@gmail.com>
* Align with current theme
* Update docs/newbs_getting_started.md
Co-authored-by: Ryan <fauxpark@gmail.com>
* Apply suggestions from code review
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
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 a7feb159c..c7fe7b7da 100644 --- a/docs/qmk_custom_dark.css +++ b/docs/qmk_custom_dark.css | |||
| @@ -27,3 +27,20 @@ | |||
| 27 | .markdown-section hr, .search { | 27 | .markdown-section hr, .search { |
| 28 | border-bottom: 1px solid #777 !important; | 28 | border-bottom: 1px solid #777 !important; |
| 29 | } | 29 | } |
| 30 | |||
| 31 | |||
| 32 | :root { | ||
| 33 | --docsifytabs-border-color: #555; | ||
| 34 | --docsifytabs-tab-highlight-color: var(--theme-color,#ea6f5a); | ||
| 35 | |||
| 36 | --docsifytabs-tab-background: #444; | ||
| 37 | --docsifytabs-tab-background-active: #3f3f3f; | ||
| 38 | } | ||
| 39 | |||
| 40 | .docsify-tabs__tab:focus { | ||
| 41 | outline: none !important; | ||
| 42 | } | ||
| 43 | |||
| 44 | .docsify-tabs__content .anchor { | ||
| 45 | transition: none; | ||
| 46 | } | ||
