aboutsummaryrefslogtreecommitdiff
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
parent58fb57bfa71cded29bd38f8cbb8c993b9fe1cba1 (diff)
downloadqmk_firmware-1b7fa46f8e0616450bed8bff71bc1cffbca2eac8.tar.gz
qmk_firmware-1b7fa46f8e0616450bed8bff71bc1cffbca2eac8.zip
Add dark mode support
-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 @@
14 <meta property="og:url" content="https://docs.qmk.fm"> 14 <meta property="og:url" content="https://docs.qmk.fm">
15 <meta name="twitter:card" content="summary_large_image"> 15 <meta name="twitter:card" content="summary_large_image">
16 <link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css" title="light"> 16 <link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css" title="light">
17 <link rel="stylesheet" href="qmk.css" title="dark" disabled> 17 <link rel="stylesheet" href="qmk.css" title="dark" media="(prefers-color-scheme: dark)">
18 <link rel="stylesheet" href="sidebar.css" /> 18 <link rel="stylesheet" href="sidebar.css" />
19</head> 19</head>
20<body> 20<body>