11@media (prefers-color-scheme : dark) {
2- .card-container {
3- --fxview-primary-action-background : # 47CBFF ;
4- background-color : # 33333e !important ;
5- box-shadow : 0 2px 6px rgba (0 , 0 , 0 , 0.25 );
6- }
2+ details .card-container {
3+ --fxview-primary-action-background : # 47CBFF ;
4+ background-color : # 33333e !important ;
5+ box-shadow : 0 2px 6px rgba (0 , 0 , 0 , 0.25 );
6+ }
77}
88@media (prefers-color-scheme : light) {
9- .card-container {
10- --fxview-primary-action-background : # 3672e4 ;
11- background-color : # ebebee !important ;
12- box-shadow : 0 2px 6px rgba (0 , 0 , 0 , 0.25 );
13- }
9+ details .card-container {
10+ --fxview-primary-action-background : # 3672e4 ;
11+ background-color : # ebebee !important ;
12+ box-shadow : 0 2px 6px rgba (0 , 0 , 0 , 0.25 );
13+ }
1414}
1515.fxview-tab-row-url {
16- text-decoration : none !important ;
17- color : var (--fxview-primary-action-background ) !important
16+ text-decoration : none !important ;
17+ color : var (--fxview-primary-action-background ) !important
1818}
1919.sticky-container .bottom-fade {
20- background : linear-gradient ( to bottom, var (--fxview-background-color ) 0% , var (--fxview-background-color ) 40% , transparent 100% ) !important
21- }
20+ background : linear-gradient (to bottom, var (--fxview-background-color ) 0% , var (--fxview-background-color ) 40% , transparent 100% ) !important
21+ }
0 commit comments