remove unnecessary stuff

pull/83/head
Aevann 2022-12-31 09:51:35 +02:00
parent 1f4de84b2c
commit 3d9569a59f
2 changed files with 343 additions and 344 deletions

View File

@ -7,8 +7,7 @@
<meta name="x-apple-disable-message-reformatting">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title></title>
<style type="text/css" rel="stylesheet" media="all">
<style>
html {
font-size: 14px;
}

View File

@ -122,7 +122,7 @@
<link rel="stylesheet" href="{{'css/awards.css' | asset}}">
{% if sub and sub.css and not request.path.endswith('settings') and not request.values.get('nocss') %}
<link rel="stylesheet" href="/h/{{sub}}/css" type="text/css">
<link rel="stylesheet" href="/h/{{sub}}/css">
{% endif %}
{% if EVENT_STYLES %}