feat: Try to fix accent color mess

This commit is contained in:
daudix-UFO
2023-10-13 18:41:18 +00:00
parent 4fb51dbb88
commit f04495f6d2
3 changed files with 3 additions and 2 deletions

View File

@ -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%),