1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-08-29 09:02:23 +00:00

Add Dark-Reader

This commit is contained in:
hexeth
2019-01-18 13:50:21 -08:00
committed by GitHub
parent a69e43922a
commit 7e9d6a3cf9

View File

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