standard + vendor for compatibility
This commit is contained in:
parent
0183667aaf
commit
f6f04e15b3
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue