Removed legacy style tag attribute.

This commit is contained in:
Matt Scott
2023-02-19 11:42:39 -05:00
parent ec28e76ff5
commit 9548cbce1c
3 changed files with 8 additions and 9 deletions

View File

@ -18,7 +18,7 @@
{% if SETTING.get('custom_css') %}
<link rel="stylesheet" href="/static/custom/{{ SETTING.get('custom_css') }}">
{% endif %}
<style type="text/css">
<style>
.sidebar .image { padding-top: 0.7em; }
.sidebar .info { color: #fff; }
.sidebar .info p { margin: 0; }