0
0
Fork 0

微調整

This commit is contained in:
Xeltica 2022-03-01 00:10:44 +09:00
parent f360ab6158
commit ecc8b8562e
3 changed files with 17 additions and 22 deletions

View file

@ -3,7 +3,6 @@ body {
--primary-d: rgb(52, 70, 0);
--max-width: 1024px;
font-family: "Koruri", sans-serif;
font-feature-settings: "pkna";
}
hr {
@ -101,14 +100,10 @@ small {
flex-direction: column;
min-width: min(100vw, 240px);
border-radius: var(--radius);
padding: calc(var(--margin) / 2);
padding: var(--slim-margin);
background: var(--panel);
}
.login-form {
}
.cat {
&:before, &:after {
background: #df548f;