diff --git a/encoder/header.php b/encoder/header.php index 886295a..40c9871 100755 --- a/encoder/header.php +++ b/encoder/header.php @@ -59,10 +59,17 @@ include 'static.php'; .top-header-1 a { text-decoration: none; background: linear-gradient(90deg, var(--accent), var(--accent2)); + + /* standard + vendor for compatibility */ + background-clip: text; -webkit-background-clip: text; + color: transparent; + -webkit-text-fill-color: transparent; + /* required for Safari/WebKit */ } + .top-header-2 { position: fixed; top: 48px; @@ -391,7 +398,7 @@ include 'static.php'; .grid>.card:last-child { grid-column: auto; - } + } } /* CONTACT PAGE */