8 lines
131 B
SCSS
8 lines
131 B
SCSS
// a simple light theme
|
|
|
|
@use 'default' with (
|
|
$ACCENT_COLOR: #ced9ee,
|
|
$link_color: #711579,
|
|
$link_color_visited: #4a144f,
|
|
)
|