Move all assets to assets directory

This commit is contained in:
Akira Tempaku 2024-04-22 05:20:14 +09:00
commit 544cbfcb6a
22 changed files with 15 additions and 17 deletions
assets/css

12
assets/css/global.css Normal file
View file

@ -0,0 +1,12 @@
@charset "utf-8";
body {
font-family: "Noto Sans JP", sans-serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
&[data-dark] {
background-color: slategrey;
}
}