add image upload feature in dev mode

This commit is contained in:
りき萌 2024-12-08 12:45:29 +01:00
parent 47c2b74ecb
commit 0ce7f50285
11 changed files with 369 additions and 15 deletions

View file

@ -130,7 +130,8 @@ body,
pre,
code,
kbd,
button {
button,
select {
font-family: "RecVar", sans-serif;
line-height: 1.5;
}
@ -142,7 +143,8 @@ body {
pre,
code,
kbd,
button {
button,
select {
font-size: 100%;
}