update theme

master
urosm 2024-01-30 23:53:35 +01:00
parent a0b63c8860
commit dd2cf9091d
1 changed files with 4 additions and 1 deletions

View File

@ -22,7 +22,6 @@
/* reset */
* {
box-sizing: border-box;
font: inherit;
}
body {
color: light-dark(var(--color-fg), var(--color-bg));
@ -74,6 +73,7 @@ input[type="text"], input[type="password"] {
padding: 0;
border: none;
border-bottom: solid thin light-dark(var(--color-fg), var(--color-bg));
font: inherit;
}
button, input[type="submit"] {
background: none;
@ -82,6 +82,9 @@ button, input[type="submit"] {
text-decoration: underline;
color: var(--color-link);
}
textarea {
width: 100%;
}
/* layout */
body {