From c3e28720f5128202fa1ddae9f8d83699a47a9dc1 Mon Sep 17 00:00:00 2001 From: Julian Lechner Date: Thu, 1 Feb 2024 23:14:48 +0100 Subject: [PATCH] Update style.css --- css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}