Skip to content

Commit 266ed11

Browse files
Aitchessbeetimabbott
authored andcommitted
settings: Improved visibility of text and buttons.
Fixes #1357.
1 parent 37f16d6 commit 266ed11

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/renderer/css/preference.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -459,15 +459,15 @@ i.open-tab-button {
459459
}
460460

461461
.disallowed:hover {
462-
background-color: rgb(241 241 241 / 100%);
462+
background-color: rgb(153 153 153 / 100%);
463463
cursor: not-allowed;
464464
}
465465

466466
input.toggle-round + label {
467467
padding: 2px;
468468
width: 50px;
469469
height: 25px;
470-
background-color: rgb(221 221 221 / 100%);
470+
background-color: rgb(136 136 136 / 100%);
471471
border-radius: 25px;
472472
}
473473

@@ -482,7 +482,7 @@ input.toggle-round + label::after {
482482
}
483483

484484
input.toggle-round + label::before {
485-
background-color: rgb(241 241 241 / 100%);
485+
background-color: rgb(153 153 153 / 100%);
486486
border-radius: 25px;
487487
inset: 0;
488488
}

0 commit comments

Comments
 (0)