From 6d1a2d151e51db5a124a8b00fb825a9062aab06a Mon Sep 17 00:00:00 2001 From: Akemi Izuko Date: Tue, 26 Dec 2023 20:11:44 -0700 Subject: [PATCH] Base: change selection color --- src/styles/global.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/styles/global.css b/src/styles/global.css index bdd7630..2685924 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -20,6 +20,11 @@ body { font-size: var(--font-size); } +*::selection { + color: white; + background-color: var(--accent-color); +} + /*/ :root { --accent: #2337ff;