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 88 --text : light-dark (rgb (10% 10% 10% ), rgb (100% 100% 100% ));
99 --text-invert : light-dark (rgb (100% 100% 100% ), rgb (10% 10% 10% ));
1010 --text-passive : light-dark (rgb (120 120 120 ), rgb (120 120 120 ));
11- --text-zebra : light-dark (rgb (30% 30% 30% ), rgb (70% 70% 70% ));
11+ --text-trace : light-dark (rgb (30% 30% 30% ), rgb (70% 70% 70% ));
1212 --link : light-dark (rgb (0% 0% 0% ), rgb (100% 100% 100% ));
1313 --link-visited-bg : rgb (79 189 36 / 0.24 );
1414 --error : rgb (100% 0% 0% );
7676.t-zebra : where (: nth-child (even)) {
7777 background-color : var (--bg-table-even );
7878}
79- .t-zebra : nth-child (odd) a .-trace {
80- color : var (--text-zebra );
79+ .t-zebra a .-trace {
80+ color : var (--text-trace );
8181}
8282.wb-all {
8383 word-break : break-all;
You can’t perform that action at this time.
0 commit comments