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

View file

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;
}
}

View file

@ -0,0 +1,7 @@
@scope ([data-style='pages/about.css']) {
:scope {
height: 100svh;
display: grid;
place-content: center;
}
}

View file

@ -0,0 +1,7 @@
@scope ([data-style='pages/index.css']) {
:scope {
height: 100svh;
display: grid;
place-content: center;
}
}