alternate style sheet

This commit is contained in:
rimu 2024-02-16 14:07:03 +13:00
parent b864e223bc
commit db2d234a65

View file

@ -40,6 +40,7 @@
<link href="{{ url_for('static', filename='bootstrap.css') }}" type="text/css" rel="stylesheet" /> <link href="{{ url_for('static', filename='bootstrap.css') }}" type="text/css" rel="stylesheet" />
<link href="{{ url_for('static', filename='structure.css', changed=getmtime('structure.css')) }}" type="text/css" rel="stylesheet" /> <link href="{{ url_for('static', filename='structure.css', changed=getmtime('structure.css')) }}" type="text/css" rel="stylesheet" />
<link href="{{ url_for('static', filename='styles.css', changed=getmtime('styles.css')) }}" type="text/css" rel="stylesheet" /> <link href="{{ url_for('static', filename='styles.css', changed=getmtime('styles.css')) }}" type="text/css" rel="stylesheet" />
<link href="{{ url_for('static', filename='themes/high_contrast/styles.css') }}" type="text/css" rel="alternate stylesheet" title="High contrast" />
{% if markdown_editor %} {% if markdown_editor %}
<link href="{{ url_for('static', filename='js/markdown/downarea.css') }}" type="text/css" rel="stylesheet" /> <link href="{{ url_for('static', filename='js/markdown/downarea.css') }}" type="text/css" rel="stylesheet" />
{% endif %} {% endif %}