mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
updatestyles: Fix list of affected keys
This commit is contained in:
@@ -47,7 +47,7 @@ from pretix.multidomain.urlreverse import (
|
||||
from pretix.presale.signals import sass_postamble, sass_preamble
|
||||
|
||||
logger = logging.getLogger('pretix.presale.style')
|
||||
affected_keys = ['primary_font', 'primary_color', 'theme_color_success', 'theme_color_danger']
|
||||
affected_keys = ['primary_font', 'primary_color', 'theme_color_success', 'theme_color_danger', 'theme_color_background', 'theme_round_borders']
|
||||
|
||||
|
||||
def compile_scss(object, file="main.scss", fonts=True):
|
||||
|
||||
Reference in New Issue
Block a user