From a856f3636544d0b9cdee5b94a526f90aae403a2c Mon Sep 17 00:00:00 2001 From: OCDkirby Date: Thu, 16 Nov 2023 15:44:34 -0600 Subject: [PATCH] fix theme --- src/App.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.vue b/src/App.vue index 3c5fc95..74bd5f1 100644 --- a/src/App.vue +++ b/src/App.vue @@ -38,7 +38,7 @@ const lightMenu: Partial = { // colorStartInfo: '#4C3E9C', // } const gradientTextOverrides: Partial = { - rotate: '2deg', + rotate: '188deg', colorEndInfo: '#150fff', colorStartInfo: '#9600ff', } @@ -292,7 +292,7 @@ const darkThemeOverrides: GlobalThemeOverrides = { .top-right { flex-shrink: 0; display: flex; - + padding-top: 15%; } .joke-wrapper {