File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 318318 .btn-selected a ,
319319 .btn-selected :hover ,
320320 .btn-selected :focus {
321- background- color : var (--table-stripe-bg ) !important ;
322- border -color : var (--table-stripe-bg ) !important ;
323- color : light-dark(hsl (from var (--color-fg ) h s calc (l - 10 )),hsl (from var (--color-fg ) h s calc (l - 10 ))) !important ;
321+ color : light-dark( hsl (from var (--main-theme-color ) h s calc (l + 30 )), hsl (from var ( --main-theme-color ) h s calc (l + 30 )) ) !important ;
322+ background -color : light-dark( hsl (from var (--main-theme-color ) h s calc (l - 20 )), hsl (from var ( --main-theme-color ) h s calc (l - 20 )) ) !important ;
323+ border- color : light-dark(hsl (from var (--main-theme-color ) h s calc (l - 25 )), hsl (from var (--main-theme-color ) h s calc (l - 25 ))) !important ;
324324
325325 }
326326
You can’t perform that action at this time.
0 commit comments