Browse Source

Add dark mode support

pull/8292/head
skullY 4 years ago
committed by skullydazed
parent
commit
1b7fa46f8e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/index.html

+ 1
- 1
docs/index.html View File

@ -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>


Loading…
Cancel
Save