File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
starters/chrome/extension Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4747 if ( foundState ) {
4848 const styledStateSpan = dom . create . elem ( 'span' )
4949 styledStateSpan . style . cssText = `color: ${
50- foundState == 'OFF' ? '#ef4848 ; text-shadow: rgba(255, 169, 225, 0.44) 2px 1px 5px'
51- : '#5cef48 ; text-shadow: rgba(255, 250, 169, 0.38) 2px 1px 5px' } `
50+ foundState == 'OFF' ? '#ef4848 ; text-shadow: rgba(255,169,225,0.44) 2px 1px 5px'
51+ : '#5cef48 ; text-shadow: rgba(255,250,169,0.38) 2px 1px 5px' } `
5252 styledStateSpan . append ( foundState ) ; notif . append ( styledStateSpan )
5353 }
5454 }
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ a:focus, a:hover { text-decoration: underline ; color: inherit }
5050}
5151.menu-icon { padding : 8px }
5252.menu-area : focus , .menu-area : hover { /* add hover color/cursor */
53- color : var (--bg ) ; background : rgb (100 , 149 , 237 ) ; cursor : pointer }
53+ color : var (--bg ) ; background : rgb (100 , 149 , 237 ) ; cursor : pointer }
5454.menu-item : hover span : not (.slider ) { filter : invert (1 ) } /* invert setting labels on hover */
5555.menu-item > label > .slider { transform : scale (0.95 ) ; top : 1px } /* make child toggles smaller */
5656.menu-prompt { margin-left : 2px } /* align non-toggle items */
You can’t perform that action at this time.
0 commit comments