new theme: snow white
This commit is contained in:
@@ -267,6 +267,6 @@ def create_app():
|
|||||||
if subject == 'style':
|
if subject == 'style':
|
||||||
return 'Default'
|
return 'Default'
|
||||||
|
|
||||||
return f'{subject.removeprefix('theme-').capitalize()} (beta)'
|
return f'{subject.removeprefix('theme-').replace('-', ' ').capitalize()} (beta)'
|
||||||
|
|
||||||
return app
|
return app
|
||||||
|
|||||||
1475
data/static/css/theme-snow-white.css
Normal file
1475
data/static/css/theme-snow-white.css
Normal file
File diff suppressed because it is too large
Load Diff
10
sass/snow-white.scss
Normal file
10
sass/snow-white.scss
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
// a simple light theme
|
||||||
|
// and just a bit more rounded
|
||||||
|
|
||||||
|
@use 'default' with (
|
||||||
|
$ACCENT_COLOR: #ced9ee,
|
||||||
|
$link_color: #711579,
|
||||||
|
$link_color_visited: #4a144f,
|
||||||
|
|
||||||
|
$DEFAULT_BORDER_RADIUS: 8px,
|
||||||
|
)
|
||||||
Reference in New Issue
Block a user