Add dark theme (#1204)

Fixes #1151
This commit is contained in:
Dawid Potocki
2019-08-29 20:03:04 +00:00
committed by GitHub
parent 09e1d85933
commit f09d6c3165
5 changed files with 236 additions and 3 deletions

View File

@ -44,4 +44,5 @@
<!-- CSS stylesheets -->
<link href="/assets/css/style.css?v=5" rel="stylesheet">
<link id="dark-css" href="/assets/css/dark.css?v=1" rel="stylesheet" media="(prefers-color-scheme: dark)">
</head>