Move all assets to assets directory
This commit is contained in:
parent
84bbbce9b9
commit
544cbfcb6a
22 changed files with 15 additions and 17 deletions
assets/css
0
assets/css/components/.keep
Normal file
0
assets/css/components/.keep
Normal file
12
assets/css/global.css
Normal file
12
assets/css/global.css
Normal 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;
|
||||
}
|
||||
}
|
7
assets/css/pages/about.css
Normal file
7
assets/css/pages/about.css
Normal file
|
@ -0,0 +1,7 @@
|
|||
@scope ([data-style='pages/about.css']) {
|
||||
:scope {
|
||||
height: 100svh;
|
||||
display: grid;
|
||||
place-content: center;
|
||||
}
|
||||
}
|
7
assets/css/pages/index.css
Normal file
7
assets/css/pages/index.css
Normal file
|
@ -0,0 +1,7 @@
|
|||
@scope ([data-style='pages/index.css']) {
|
||||
:scope {
|
||||
height: 100svh;
|
||||
display: grid;
|
||||
place-content: center;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue