feat: Try to fix accent color mess
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
@use "sass:color";
|
||||
|
||||
$accent-color: #ff7800;
|
||||
$accent-color: #ff7800 !default;
|
||||
@import "accent-color";
|
||||
|
||||
$crt-bg-l: radial-gradient(
|
||||
color.mix($accent-color, black, 30%),
|
||||
|
Reference in New Issue
Block a user