Revert "Refactor darkmode"

This reverts commit d08010a2ab.
This commit is contained in:
cuom1999 2024-07-08 23:59:34 -05:00
parent 309f0dd993
commit 08ede3f797
6 changed files with 3 additions and 7899 deletions

View file

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="{{ LANGUAGE_CODE }}" {% if use_darkmode %}class="darkmode"{% endif %}>
<html lang="{{ LANGUAGE_CODE }}">
<head>
<title>{% block title %}{{ title }} - {{ SITE_LONG_NAME }}{% endblock %}</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@ -72,8 +72,8 @@
{% endif %}
{% if use_darkmode %}
<link rel="stylesheet" href="{{ static('darkmode-processed.css') }}">
<link rel="stylesheet" href="{{ static('darkmode-svg-processed.css') }}">
<link rel="stylesheet" href="{{ static('darkmode.css') }}">
<link rel="stylesheet" href="{{ static('darkmode-svg.css') }}">
{% endif %}
<noscript>