Form background

main
Bob Mottram 2022-12-31 18:13:15 +00:00
parent b60863942f
commit 2e52836fe8
1 changed files with 4 additions and 0 deletions

View File

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