fix #34 and added dark and pink-lighter themes #11

This commit is contained in:
cube
2026-03-24 21:17:27 +00:00
parent ed19a3204f
commit b479a48904
4 changed files with 101 additions and 3 deletions

View File

@@ -3,9 +3,10 @@
<title>{% block title %}{% endblock %} - Myriad</title>
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
<link rel="stylesheet" href="{{ url_for('static', filename='themes/default.css') }}">
<link rel="stylesheet" href="{{ url_for('static', filename='themes/purple.css') }}">
<link rel="stylesheet" href="{{ url_for('static', filename='themes/pink.css') }}">
{% set themes = get_themes() %}
{% for theme in themes %}
<link rel="stylesheet" href="{{ url_for('static', filename='themes/'+theme) }}">
{% endfor %}
<div id="main">