old.css updated

This commit is contained in:
t404owo
2025-10-17 00:56:29 +00:00
parent 0a0310b410
commit b0709aa77e
2 changed files with 203 additions and 10 deletions

View File

@@ -8,11 +8,13 @@ body {
height: 100%;
}
main, textarea, textfield {
main,
textarea,
textfield {
font-family: Jost, "Noto Sans Japanese", sans-serif, --apple-system;
}
main {
main {
margin: 0.75rem;
height: 100%;
margin-bottom: 0;
@@ -776,7 +778,8 @@ nav {
}
}
textarea, textfield {
textarea,
textfield {
padding: 5px;
font-size: 0.95rem;
}