forked from rDrama/rDrama
1
0
Fork 0

use 4chan theme in chudrama temporarily

master
Aevann 2024-02-14 15:24:33 +02:00
parent e17d34f980
commit 006b25049f
1 changed files with 3 additions and 1 deletions

View File

@ -100,7 +100,9 @@
{% macro stylesheets() %}
<link rel="stylesheet" href="{{'css/main.css' | asset}}">
{% if IS_HOMOWEEN() %}
{% if hole and hole.name == 'chudrama' %}
<link rel="stylesheet" href="{{('css/themes/4chan.css') | asset}}">
{% elif IS_HOMOWEEN() %}
<link rel="stylesheet" href="{{('css/themes/midnight.css') | asset}}">
<link rel="stylesheet" href="{{'events/homoween/css/main_homoween.css' | asset}}">
{% elif IS_FISTMAS() %}