changed checkbox border to work in dark and light mode

This commit is contained in:
lateparty 2020-05-12 15:52:01 +10:00
parent 7893656ca3
commit 4fb3906ba5
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ input[type='checkbox'] {
-webkit-appearance: none; -webkit-appearance: none;
appearance: none; appearance: none;
background-color: none; background-color: none;
border: 2px solid black; border: 2px solid gray;
opacity: 0.5; opacity: 0.5;
border-radius: 2px; border-radius: 2px;
padding: 7px; padding: 7px;