From 3b15d58ef86c041b44523462460fb3d70352ab1b Mon Sep 17 00:00:00 2001 From: lowercasename Date: Sun, 25 Aug 2019 09:04:31 +0100 Subject: =?UTF-8?q?=D0=A1=D0=A1S=20compatibility=20with=20Safari?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/style.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'public/css/style.css') 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; } -- cgit v1.2.3