standard + vendor for compatibility
This commit is contained in:
parent
0183667aaf
commit
f6f04e15b3
|
|
@ -59,10 +59,17 @@ include 'static.php';
|
||||||
.top-header-1 a {
|
.top-header-1 a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
background: linear-gradient(90deg, var(--accent), var(--accent2));
|
background: linear-gradient(90deg, var(--accent), var(--accent2));
|
||||||
|
|
||||||
|
/* standard + vendor for compatibility */
|
||||||
|
background-clip: text;
|
||||||
-webkit-background-clip: text;
|
-webkit-background-clip: text;
|
||||||
|
|
||||||
color: transparent;
|
color: transparent;
|
||||||
|
-webkit-text-fill-color: transparent;
|
||||||
|
/* required for Safari/WebKit */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.top-header-2 {
|
.top-header-2 {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 48px;
|
top: 48px;
|
||||||
|
|
@ -391,7 +398,7 @@ include 'static.php';
|
||||||
|
|
||||||
.grid>.card:last-child {
|
.grid>.card:last-child {
|
||||||
grid-column: auto;
|
grid-column: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* CONTACT PAGE */
|
/* CONTACT PAGE */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue