From c893d32d8c5e97e25ab9fb7d8e67958fb004d0a3 Mon Sep 17 00:00:00 2001 From: Realmy <163438634+RealmyTheMan@users.noreply.github.com> Date: Sun, 9 Feb 2025 16:10:41 +0100 Subject: [PATCH] Update text selection color --- src/app.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app.scss b/src/app.scss index 5cb594f..43c1501 100644 --- a/src/app.scss +++ b/src/app.scss @@ -222,6 +222,10 @@ body { background-size: 100vw 100vh; } +::selection, ::-moz-selection { + @apply bg-accent-blue text-on-accent; +} + .hoverable { @apply hover:scale-105 duration-200; }