new theme: snow white
This commit is contained in:
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