From 1a68d92d25fc50414594d8ff5211236878e82d62 Mon Sep 17 00:00:00 2001 From: OCDkirby Date: Thu, 16 Nov 2023 15:55:24 -0600 Subject: [PATCH] fix: contrast --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index 74bd5f1..672c48b 100644 --- a/src/App.vue +++ b/src/App.vue @@ -39,7 +39,7 @@ const lightMenu: Partial = { // } const gradientTextOverrides: Partial = { rotate: '188deg', - colorEndInfo: '#150fff', + colorEndInfo: '#3633fa', colorStartInfo: '#9600ff', }