This commit is contained in:
2023-12-06 01:36:43 +09:00
parent 70376e7584
commit 30ab3fcd10
7 changed files with 90 additions and 9 deletions

View File

@ -1,4 +1,3 @@
@use "./variables.scss" as *;
@use "./syntax.scss";
@use "./callouts.scss";

View File

@ -1,3 +1,4 @@
@use "./base.scss";
:root {
--light: #d7eff7;
--dark: #284b63;