update layout

This commit is contained in:
L3D 2022-01-21 02:16:56 +01:00
parent bf99fbbba8
commit 915cdcb3b5
Signed by: l3d
GPG key ID: CD08445BFF4313D1
2 changed files with 6 additions and 2 deletions

View file

@ -17,7 +17,11 @@ div.start {
max-width: 100%; max-width: 100%;
} }
p, a { a {
color: $font_default;
}
p {
color: $font_default; color: $font_default;
font-size: $font_size_default; font-size: $font_size_default;
} }

View file

@ -64,6 +64,6 @@
{%- endblock %} {%- endblock %}
</div> </div>
<footer> <footer>
&copy; Copyright 2022 by L3D under <a href="https://backwesen.de/voc/winkekatze.tv/src/branch/main/LICENCE">MIT License</a> | <a href="https://backwesen.de/voc/winkekatze.tv.git">Source Code</a> &copy; Copyright {{ none|datetimeformat('YYYY', 'UTC') }} by L3D under <a href="https://backwesen.de/voc/winkekatze.tv/src/branch/main/LICENCE">MIT License</a> | <a href="https://backwesen.de/voc/winkekatze.tv.git">Source Code</a>
</footer> </footer>
</body> </body>