Commit 2d03f65 1 parent 032686e commit 2d03f65 Copy full SHA for 2d03f65
File tree 3 files changed +8
-13
lines changed
3 files changed +8
-13
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ tab-sound-button {
28
28
29
29
/* background circle */
30
30
tab-sound-button ::before {
31
- background : var (--tab-text );
31
+ background : var (--tab-text-inverted );
32
32
border-radius : 150% ;
33
33
content : "" ;
34
34
display : inline-block;
@@ -51,15 +51,15 @@ tab-sound-button::after {
51
51
background : none no-repeat center / 100% ;
52
52
content : "" ;
53
53
display : inline-block;
54
- fill : var (--tab-text-inverted );
54
+ fill : var (--tab-text );
55
55
height : var (--sound-button-size );
56
56
inset-inline-end : 0 ;
57
57
position : absolute;
58
58
top : 0 ;
59
59
width : var (--sound-button-size );
60
60
}
61
61
: root .simulate-svg-context-fill tab-sound-button ::after {
62
- background : var (--tab-text-inverted );
62
+ background : var (--tab-text );
63
63
mask-position : center;
64
64
mask-repeat : no-repeat;
65
65
mask-size : 100% ;
You can’t perform that action at this time.
0 commit comments