Implement layout (wip)

This commit is contained in:
Akira Tempaku 2024-04-25 17:19:40 +09:00
commit b62a2dd8c4
13 changed files with 69 additions and 36 deletions
assets/css

View file

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