fix: text gradient issues in chromium
This commit is contained in:
@@ -73,6 +73,12 @@
|
|||||||
background: var(--gradient-heading);
|
background: var(--gradient-heading);
|
||||||
background-clip: text;
|
background-clip: text;
|
||||||
color: transparent;
|
color: transparent;
|
||||||
|
|
||||||
|
* {
|
||||||
|
background: var(--gradient-heading);
|
||||||
|
background-clip: text;
|
||||||
|
color: transparent;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
|
|||||||
Reference in New Issue
Block a user