From 5cbf09f24e9edd735c5206b2e5653d4fe3c64df6 Mon Sep 17 00:00:00 2001 From: Azalea <22280294+hykilpikonna@users.noreply.github.com> Date: Mon, 1 Apr 2024 23:27:19 -0400 Subject: [PATCH] [F] Fix splash --- AquaNet/src/App.svelte | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AquaNet/src/App.svelte b/AquaNet/src/App.svelte index 05f459b2..e69d5ac3 100644 --- a/AquaNet/src/App.svelte +++ b/AquaNet/src/App.svelte @@ -16,8 +16,9 @@ ┛ ┗┗━┫┗━┻┗━┻┻━┛━┛┗━ ┗ v${APP_VERSION}`, ` background: linear-gradient(-45deg, rgba(18,194,233,1) 0%, rgba(196,113,237,1) 50%, rgba(246,79,89,1) 100%); - font-weight: bold; font-size: 2em; + font-family: Monospace; + unicode-bidi: isolate; -webkit-background-clip: text; -webkit-text-fill-color: transparent;`)