Form color

main
Bob Mottram 2022-12-31 13:30:08 +00:00
parent c84ef22bc8
commit e55373e12e
2 changed files with 286 additions and 1 deletions

View File

@ -74,6 +74,10 @@ body, html {
image-rendering: var(--rendering);
}
form {
background-color: var(--options-bg-color);
}
a, u {
color: var(--options-fg-color);
}

File diff suppressed because one or more lines are too long