0
0
Fork 0

デザイン調整

This commit is contained in:
Xeltica 2022-01-27 21:12:58 +09:00
parent 7c833c3568
commit bc0eeb5461
12 changed files with 193 additions and 160 deletions

View file

@ -1,12 +1,22 @@
body {
--primary: rgb(134, 179, 0);
--max-width: 1024px;
font-family: "Koruri", sans-serif;
font-feature-settings: "pkna";
}
hr {
height: 4px;
background: var(--dimmed);
border: none;
margin: 64px auto;
width: 50%;
max-width: 400px;
}
.xarticle {
margin: auto;
max-width: 1024px;
max-width: var(--max-width);
}
.fade {