diff options
author | vaxerski <[email protected]> | 2022-07-18 14:21:21 +0200 |
---|---|---|
committer | vaxerski <[email protected]> | 2022-07-18 14:21:21 +0200 |
commit | c466bd121958bf9dbb6bc3a5559a1367446acdd6 (patch) | |
tree | cca716ea3220b3ad2c52bc8208bb7c72e7435d71 /assets/header.svg | |
parent | ad19a15cefeb884b0cf5e1bf921346722eb4d3ac (diff) | |
download | Hyprland-c466bd121958bf9dbb6bc3a5559a1367446acdd6.tar.gz Hyprland-c466bd121958bf9dbb6bc3a5559a1367446acdd6.zip |
fix webkit
Diffstat (limited to 'assets/header.svg')
-rw-r--r-- | assets/header.svg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/assets/header.svg b/assets/header.svg index f10e6b13..3eb0190b 100644 --- a/assets/header.svg +++ b/assets/header.svg @@ -29,6 +29,7 @@ // text-shadow: 0 0 0.5rem #2222224d; background: linear-gradient(to right, #cfe8f6, #c8e6e3); background-clip: text; + -webkit-background-clip: text; color: transparent; animation: scaleit 4s infinite ease-in-out; } |