Markdown editor in progress + Login and session process completed

This commit is contained in:
2024-08-19 16:27:09 +02:00
parent aba56bb034
commit 2e92c389a2
74 changed files with 1305 additions and 313 deletions

View File

@@ -227,7 +227,7 @@ html.light-mode .light-block {
padding: 4px 1em;
}
.input-group .input-error {
.input-error {
padding: .5em 1em 4px;
color: var(--text-error);
user-select: text;

View File

@@ -342,7 +342,7 @@
--inline-title-margin-bottom: 0.5em;
/* Inputs */
--input-height: 30px;
--input-radius: 5px;
--input-radius: 0px;
--input-font-weight: var(--font-normal);
--input-border-width: 1px;
/* Italic */