fix css in theme
All checks were successful
/ test (push) Successful in 12s

This commit is contained in:
Michaël Ricart 2025-02-17 10:40:14 +01:00
parent 52c6186a47
commit 867c6e894d

View file

@ -29,4 +29,8 @@ html_static_path = ['_static']
# These paths are either relative to html_static_path
# or fully qualified paths (eg. https://...)
html_style = 'css/custom.css'
#html_style = 'css/custom.css'
html_css_files = [
'css/custom.css',
]