adjust gradient for logo

This commit is contained in:
outfoxxed 2025-07-06 04:54:39 -07:00
parent 63076c4f80
commit 9ea6f08156
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E

View file

@ -52,8 +52,8 @@ h1.gradient-text {
html.dark h1.gradient-text {
background: linear-gradient(
30deg,
hsl(var(--green) 100% 62%),
hsl(var(--blue) 100% 59%)
#42b96b,
#4281b9
);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;