feat: Well I guess fork it is

This commit is contained in:
daudix-UFO
2023-10-13 18:45:36 +00:00
parent f04495f6d2
commit 3230b4af29
3 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,6 @@
@use "sass:color";
$accent-color: #ff7800 !default;
@import "accent-color";
$accent-color: #ff7800;
$crt-bg-l: radial-gradient(
color.mix($accent-color, black, 30%),

View File

@ -16,6 +16,6 @@
@use "main";
@use "comments";
@use "scanlines";
@import "custom";
@use "custom";
@import "syntax-theme-dark.css" (prefers-color-scheme: dark);
@import "syntax-theme-light.css" (prefers-color-scheme: light);