aboutsummaryrefslogtreecommitdiffstats
path: root/docs/index.html
diff options
context:
space:
mode:
authorskullY <skullydazed@gmail.com>2020-02-20 14:32:43 -0800
committerskullydazed <skullydazed@users.noreply.github.com>2020-03-05 16:00:10 -0800
commit1b7fa46f8e0616450bed8bff71bc1cffbca2eac8 (patch)
treecea4ef222e17774fc5aedba4565adac120f540ad /docs/index.html
parent58fb57bfa71cded29bd38f8cbb8c993b9fe1cba1 (diff)
downloadfirmware-1b7fa46f8e0616450bed8bff71bc1cffbca2eac8.tar.gz
firmware-1b7fa46f8e0616450bed8bff71bc1cffbca2eac8.tar.bz2
firmware-1b7fa46f8e0616450bed8bff71bc1cffbca2eac8.zip
Add dark mode support
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html
index 83b55e563..701f25ae2 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>