diff options
author | skullY <skullydazed@gmail.com> | 2020-02-20 14:32:43 -0800 |
---|---|---|
committer | skullydazed <skullydazed@users.noreply.github.com> | 2020-03-05 16:00:10 -0800 |
commit | 1b7fa46f8e0616450bed8bff71bc1cffbca2eac8 (patch) | |
tree | cea4ef222e17774fc5aedba4565adac120f540ad | |
parent | 58fb57bfa71cded29bd38f8cbb8c993b9fe1cba1 (diff) | |
download | qmk_firmware-1b7fa46f8e0616450bed8bff71bc1cffbca2eac8.tar.gz qmk_firmware-1b7fa46f8e0616450bed8bff71bc1cffbca2eac8.zip |
Add dark mode support
-rw-r--r-- | docs/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html index 83b55e563d..701f25ae2b 100644 --- a/docs/index.html +++ b/docs/index.html @@ -14,7 +14,7 @@ <meta property="og:url" content="https://docs.qmk.fm"> <meta name="twitter:card" content="summary_large_image"> <link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css" title="light"> - <link rel="stylesheet" href="qmk.css" title="dark" disabled> + <link rel="stylesheet" href="qmk.css" title="dark" media="(prefers-color-scheme: dark)"> <link rel="stylesheet" href="sidebar.css" /> </head> <body> |