Add dark theme

Fixes #1151
This commit is contained in:
Dawid Potocki
2019-08-24 12:34:05 +12:00
parent 4684647d43
commit 12bb38c6db
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>