cursor kong

master
Aevann 2024-04-08 04:55:53 +02:00
parent 16dfd5aaed
commit 4e1bf0a614
3 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,3 @@
#cursormarsey {
background-image: url('/assets/events/DKD/images/cursormarsey.webp?x=7') !important;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -100,6 +100,10 @@
{% macro stylesheets() %}
<link rel="stylesheet" href="{{'css/main.css' | asset}}">
{% if IS_DKD() %}
<link rel="stylesheet" href="{{'events/DKD/css/main_DKD.css' | asset}}">
{% endif %}
{% if IS_HOMOWEEN() %}
<link rel="stylesheet" href="{{('css/themes/midnight.css') | asset}}">
<link rel="stylesheet" href="{{'events/homoween/css/main_homoween.css' | asset}}">