dark mode fixes

This commit is contained in:
Jan Prochazka
2020-11-13 18:43:06 +01:00
parent 08efc787c7
commit 7f7d39cfc2
7 changed files with 20 additions and 7 deletions

View File

@@ -37,16 +37,19 @@ export default function ThemeHelmet() {
input {
background-color: ${theme.input_background};
color: ${theme.input_font1};
border: 1px solid ${theme.border};
}
select {
background-color: ${theme.input_background};
color: ${theme.input_font1};
border: 1px solid ${theme.border};
}
textarea {
background-color: ${theme.input_background};
color: ${theme.input_font1};
border: 1px solid ${theme.border};
}
${_.flatten(