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:
parent
e2e289da2a
commit
fe54cbe049
2 changed files with 2 additions and 2 deletions
static/css
|
@ -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 */
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue