chore: Add custom.scss back

This commit is contained in:
daudix-UFO
2023-10-13 03:33:04 +00:00
parent 052690a208
commit 08f6e8066c
2 changed files with 1 additions and 1 deletions

View File

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