Unverified Commit 7e9d6a3c authored by hexeth's avatar hexeth Committed by GitHub

Add Dark-Reader

parent a69e4392
......@@ -11,6 +11,9 @@
<link rel="stylesheet" href="{{ url_for('static', filename='css/libs/normalize.css') }}">
<link rel="stylesheet" href="{{ url_for('static', filename='css/main.css') }}">
<link rel="stylesheet" href="{{ url_for('static', filename='css/popup.css') }}">
{% if g.current_theme == 1 %}
<link rel="stylesheet" href="{{ url_for('static', filename='css/dark-reader.css') }}">
{% endif %}
</head>
<body>
<div id="sidebar">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment