0
0
Fork 0
mirror of https://github.com/healthchecks/healthchecks.git synced 2025-04-03 04:15:29 +00:00

Make radio and checkbox borders brighter in dark mode

This commit is contained in:
Pēteris Caune 2023-02-21 11:04:43 +02:00
parent e2e289da2a
commit fe54cbe049
No known key found for this signature in database
GPG key ID: E28D7679E9A9EDE2
2 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@
height: 20px;
width: 20px;
border-radius: 3px;
border: 1px solid var(--border-color);
border: 1px solid var(--input-border);
}
/* On mouse-over tint the border */

View file

@ -32,7 +32,7 @@
height: 20px;
width: 20px;
border-radius: 50%;
border: 1px solid var(--border-color);
border: 1px solid var(--input-border);
}
/* On mouse-over, tint the border */