Skip to content

Commit

Permalink
fix checkbox?
Browse files Browse the repository at this point in the history
  • Loading branch information
DanaMW committed Nov 25, 2023
1 parent 81c4dc7 commit 58a1efd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/scripts/StylusDark.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@name Stylus Dark
@namespace https://danamw.github.io/scripts/scripts/StylusDark.user.css
@updateURL https://raw.githubusercontent.com/danamw/danamw.github.io/master/scripts/scripts/StylusDark.user.css
@version 0.0.59
@version 0.0.60
@description Additional styling for Stylus
@author Dana L. Meli-Wischman
@homepageURL https://danamw.github.io
Expand Down Expand Up @@ -125,7 +125,7 @@ regexp("moz-extension://.*") {
margin: 2px 0px 0px 2px;
}

input {
input[type="checkbox"]:not(.slider) {
background-color: var(--MyB) !important;
color: var(--Mytext) !important;
border: 1px solid var(--MyW) !important;
Expand Down

0 comments on commit 58a1efd

Please sign in to comment.