Source
This commit is contained in:
parent
6099eb7470
commit
5bb1bd1bab
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
$background_accent_1: rgb(255,192,0);
|
$background_accent_1: rgb(255,254,0);
|
||||||
$background_accent_2: $background_accent_1;
|
$background_accent_2: $background_accent_1;
|
||||||
$menu_background_color: transparent;
|
$menu_background_color: transparent;
|
||||||
$menu_background_dropdown_color: transparent;
|
$menu_background_dropdown_color: transparent;
|
||||||
|
|
|
@ -50,6 +50,6 @@
|
||||||
{%- endblock %}
|
{%- endblock %}
|
||||||
</div>
|
</div>
|
||||||
<footer>
|
<footer>
|
||||||
© 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>
|
© Copyright {{ none|datetimeformat('YYYY', 'UTC') }} by L3D under <a href="https://backwesen.de/voc/winkekatze.tv/src/branch/main/LICENCE">MIT License</a> | Source Code: <a href="https://backwesen.de/voc/winkekatze.tv.git">gitea</a> and <a href="https://github.com/winkekatze/winkekatze.tv.git">GitHub</a>
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in a new issue