aboutsummaryrefslogtreecommitdiff
path: root/docs/qmk_custom_light.css
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2020-12-27 16:56:10 +0000
committerGitHub <noreply@github.com>2020-12-27 16:56:10 +0000
commitbbf0f65284f6c9cc40429f446bddf48e2e882ad0 (patch)
treec6c85f846e1167b7fec866a1a6775a44251f2ecd /docs/qmk_custom_light.css
parent1d1d5da43f86d9dded47c66afec94991d623f114 (diff)
downloadqmk_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_light.css')
-rw-r--r--docs/qmk_custom_light.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/qmk_custom_light.css b/docs/qmk_custom_light.css
index 07b26ecec..c5d36cf6f 100644
--- a/docs/qmk_custom_light.css
+++ b/docs/qmk_custom_light.css
@@ -28,3 +28,20 @@
28.markdown-section pre { 28.markdown-section pre {
29 padding: 0; 29 padding: 0;
30} 30}
31
32
33:root {
34 --docsifytabs-border-color: #ddd;
35 --docsifytabs-tab-highlight-color: var(--theme-color, #0074d9);
36
37 --docsifytabs-tab-background: #f8f8f8;
38 --docsifytabs-tab-background-active: transparent;
39}
40
41.docsify-tabs__tab:focus {
42 outline: none !important;
43}
44
45.docsify-tabs__content .anchor {
46 transition: none;
47}