Commit ae142366 authored by Matt's avatar Matt

Revert "Add Dark-Reader"

This reverts commit 7e9d6a3c.
parent 9ee4b7f7
...@@ -11,9 +11,6 @@ ...@@ -11,9 +11,6 @@
<link rel="stylesheet" href="{{ url_for('static', filename='css/libs/normalize.css') }}"> <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/main.css') }}">
<link rel="stylesheet" href="{{ url_for('static', filename='css/popup.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> </head>
<body> <body>
<div id="sidebar"> <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