Changed how comments are stored and how data is retrieved

This commit is contained in:
2025-11-27 11:34:12 +00:00
parent ef8711b0e1
commit 7d38752f34
14 changed files with 130 additions and 128 deletions

View File

@@ -15,11 +15,23 @@ body {
input, textarea, button {
border: none;
border-radius: 5px;
field-sizing: content; /* Only supported by Chromium */
font-size: 20px;
}
textarea {
width: 100%;
height: 250px;
field-sizing: content; /* Only supported by Chromium */
}
a {
text-decoration: none;
}
#search-form input {
border: none;
border-radius: 0px;
font-size: 14px;
}
}
a:hover {
text-decoration: underline;
}