diff --git a/css/style.css b/css/style.css index 0cca7df..bd196f2 100644 --- a/css/style.css +++ b/css/style.css @@ -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; } -} \ No newline at end of file +}