Fixing text clip on chrome in dark mode

This commit is contained in:
Andrew Gioia 2020-07-14 14:00:38 -04:00
parent 73a1606dc8
commit 361c50dcc9
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@
h1 {
background: var(--text-title-dark);
background: linear-gradient(135deg, $blue-lt 0%, $purple-lt 67%);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}