forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-12 12:23:48 -06:00
parent 3f1a720b50
commit d676f9d8ed
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{% set count = p.award_count("gingerbread") * 2 if p.award_count("gingerbread") <= 5 else 10 %}
{% set count = p.award_count("gingerbread") * 2 if p.award_count("gingerbread") <= 10 else 20 %}
<div class="snowflakes">
{% for i in range(count) %}

View File

@ -192,7 +192,7 @@
<link rel="stylesheet" href="{{ ASSET_URL }}">
{% endassets %}
<link rel="stylesheet" href="/assets/css/mistletoe.css?v=28">
<link rel="stylesheet" href="/assets/css/mistletoe.css?v=29">
{% if v %}
<style>:root{--primary:#{{v.themecolor}}}</style>