summaryrefslogtreecommitdiffstats
path: root/ogcp/templates/base.html
diff options
context:
space:
mode:
authorAlejandro Sirgo Rica <asirgo@soleta.eu>2024-08-05 11:32:23 +0200
committerAlejandro Sirgo Rica <asirgo@soleta.eu>2024-08-05 11:32:23 +0200
commit35cfb59f4c086e0a1470ac69d0b0c2ee6b2bd22e (patch)
treed9f0d7d5c0746d9e6d529fad7d23c32fd79de7d9 /ogcp/templates/base.html
parentd1e94693261dbe9e53629f8775defe7168316f52 (diff)
css: add iOS fonts to disclosure widget
Add Helvetica fonts to the fonts used to render the disclosure widget in the sidebar.
Diffstat (limited to 'ogcp/templates/base.html')
-rw-r--r--ogcp/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ogcp/templates/base.html b/ogcp/templates/base.html
index cbbfafa..0099c27 100644
--- a/ogcp/templates/base.html
+++ b/ogcp/templates/base.html
@@ -10,7 +10,7 @@
<link rel="stylesheet" href="{{ url_for('static', filename='AdminLTE/plugins/fontawesome-free/css/all.min.css') }}">
<!-- Theme style -->
<link rel="stylesheet" href="{{ url_for('static', filename='AdminLTE/dist/css/adminlte.min.css') }}">
- <link rel="stylesheet" href="{{ url_for('static', filename='css/soleta.css') }}?v=6" />
+ <link rel="stylesheet" href="{{ url_for('static', filename='css/soleta.css') }}?v=7" />
{% endblock %}
</head>
<body>