forked from Mirrors/keyoxide-web
fix: fix dark theme issues
This commit is contained in:
parent
e2ed828f9d
commit
494b93bf5c
2 changed files with 4 additions and 1 deletions
|
@ -73,7 +73,8 @@ form textarea {
|
|||
margin: 8px 0;
|
||||
}
|
||||
|
||||
input {
|
||||
input,
|
||||
textarea {
|
||||
color: var(--input-text-color);
|
||||
background-color: var(--input-background-color);
|
||||
border: solid 1px var(--input-border-color);
|
||||
|
|
|
@ -101,6 +101,8 @@ more information on this, and how to apply and follow the GNU AGPL, see <https:/
|
|||
--footer-text-color: var(--text-color-subtle);
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
color-scheme: dark;
|
||||
|
||||
--primary-color: var(--purple-300);
|
||||
--primary-color-subtle: var(--purple-500);
|
||||
|
||||
|
|
Loading…
Reference in a new issue