diff options
author | lowercasename <raphaelkabo@gmail.com> | 2019-08-25 09:04:31 +0100 |
---|---|---|
committer | lowercasename <raphaelkabo@gmail.com> | 2019-08-25 09:04:31 +0100 |
commit | 3b15d58ef86c041b44523462460fb3d70352ab1b (patch) | |
tree | 1931e2797fdbbed795763a4d7b9965cf27389113 /public/css | |
parent | 129042fd8221963a6936314760df7e3dc493e3ac (diff) |
ССS compatibility with Safari
Diffstat (limited to 'public/css')
-rwxr-xr-x | public/css/style.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/public/css/style.css b/public/css/style.css index ff2d120..43d9997 100755 --- a/public/css/style.css +++ b/public/css/style.css @@ -49,6 +49,7 @@ body, html { #sidebar h1 a { background: rgb(33, 37, 41); background-clip: text; + -webkit-background-clip: text; color: transparent !important; } @@ -57,6 +58,7 @@ body, html { background: linear-gradient(to right, #27aa45, #7fe0c8, #5d26c1); background-size: 100% 100%; background-clip: text; + -webkit-background-clip: text; color: transparent !important; } |