diff --git a/assets/elements.css b/assets/elements.css index 84099ef..3296192 100644 --- a/assets/elements.css +++ b/assets/elements.css @@ -26,7 +26,7 @@ h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { } p { - margin-inline-start: 2ch; + margin-inline: 2ch; margin-block: 1.5rem; } @@ -68,21 +68,28 @@ code { user-select: all; } -button, input { +button, input, textarea, select { border: none; background: transparent; color: inherit; font: inherit; padding: 0; + line-height: 1.5rem; + resize: none; +} + +select { + height: 1.5rem; } :focus { outline: 1ch solid var(--color-text); } -input[type=text], input[type=url] { +input[type=text], input[type=url], textarea, select { padding-inline: 1ch; border-inline: 1ch solid var(--color-accent); + background-color: var(--color-bg-scrim); } button, input[type=submit] { diff --git a/views/components/footer.ejs b/views/components/footer.ejs index 150d30f..b31d12d 100644 --- a/views/components/footer.ejs +++ b/views/components/footer.ejs @@ -2,7 +2,7 @@

abtmtr.link v13-2 (c. <%= curCommit %>)

(c) MeowcaTheoRange 2023-24

- licensed under the KKPL.
+ licensed under the KKPL v2.2.
fork MeowcaTheoRange/abtmtr-v13 with git

font is DOS/V re. JPN12 from THE OLDSCHOOL PC FONT RESOURCE

diff --git a/views/components/page-head.ejs b/views/components/page-head.ejs index 7dd2122..c5edbe4 100644 --- a/views/components/page-head.ejs +++ b/views/components/page-head.ejs @@ -6,6 +6,6 @@ - - + + \ No newline at end of file diff --git a/views/components/post-main.ejs b/views/components/post-main.ejs index 895bd1a..d0b5390 100644 --- a/views/components/post-main.ejs +++ b/views/components/post-main.ejs @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/views/art/MATKAP_ASCII.txt b/views/misc/MATKAP_ASCII.txt similarity index 100% rename from views/art/MATKAP_ASCII.txt rename to views/misc/MATKAP_ASCII.txt