mirror of
https://github.com/andrewgioia/blog.git
synced 2024-12-22 18:39:55 +00:00
Fixing text clip on chrome in dark mode
This commit is contained in:
parent
73a1606dc8
commit
361c50dcc9
@ -27,6 +27,7 @@
|
|||||||
h1 {
|
h1 {
|
||||||
background: var(--text-title-dark);
|
background: var(--text-title-dark);
|
||||||
background: linear-gradient(135deg, $blue-lt 0%, $purple-lt 67%);
|
background: linear-gradient(135deg, $blue-lt 0%, $purple-lt 67%);
|
||||||
|
-webkit-background-clip: text;
|
||||||
background-clip: text;
|
background-clip: text;
|
||||||
color: transparent;
|
color: transparent;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user