Update style.css

This commit is contained in:
2024-02-01 23:14:48 +01:00
committed by GitHub
parent ffe2a4e99f
commit c3e28720f5
+2 -2
View File
@@ -241,7 +241,7 @@ ul.nav li.left {
.hover-items,
.hover-items a {
background: rgb(2,0,36);
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 0%, rgba(0,212,255,1) 100%);
background: var(--main-txt-color);
-webkit-background-clip: text;
color: transparent;
padding: var(--main-padding) 10px;
@@ -427,4 +427,4 @@ ul.nav li.left {
pointer-events: none;
z-index: 99999999;
}
}
}