Skip to content

Commit 5e036a0

Browse files
style: improve firefox support
1 parent 8964637 commit 5e036a0

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

src/app/homepage/homepage.component.scss

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,17 @@
7777
}
7878
}
7979

80-
.content #carbonads a, .content blockquote a, .content blockquote strong, .content a:has(> code) {
80+
.content blockquote strong, .content #carbonads a, .content blockquote a {
81+
-webkit-text-fill-color: unset !important;
82+
-webkit-background-clip: unset !important;
83+
background: none;
84+
85+
&:hover {
86+
background: none;
87+
}
88+
}
89+
90+
.content a:has(> code) {
8191
-webkit-text-fill-color: unset !important;
8292
-webkit-background-clip: unset !important;
8393
background: none;

0 commit comments

Comments
 (0)