From bbf0f65284f6c9cc40429f446bddf48e2e882ad0 Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Sun, 27 Dec 2020 16:56:10 +0000 Subject: Simplify the visual flow of the getting started page (#11316) * Add tabs to getting started page * Review comments Co-authored-by: Ryan * Align with current theme * Update docs/newbs_getting_started.md Co-authored-by: Ryan * Apply suggestions from code review Co-authored-by: Ryan Co-authored-by: Ryan --- docs/qmk_custom_dark.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'docs/qmk_custom_dark.css') 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; +} -- cgit v1.2.3