Skip to content

Commit

Permalink
💄 [#1924] Checkboxes/radio dark
Browse files Browse the repository at this point in the history
  • Loading branch information
SilviaAmAm committed Oct 19, 2022
1 parent 8eb8783 commit d6f0057
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/openforms/scss/admin/_admin_theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,12 @@ DO NOT PUT ANY TARGET APP-SPECIFIC RULES HERE.
background-color: var(--form-input-bg);
}

input[type='checkbox'],
input[type='radio'] {
color-scheme: dark;
}


body #toolbar {
background: var(--body-bg);
}
Expand Down

0 comments on commit d6f0057

Please sign in to comment.