From 160aa55fac7022ae696a5f601ceb7d6d64be649c Mon Sep 17 00:00:00 2001 From: dertyp7 Date: Sun, 14 Jan 2024 13:05:06 +0100 Subject: [PATCH] Add selection styling to index.scss --- src/styles/index.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/styles/index.scss b/src/styles/index.scss index 4d6dc39..4a08371 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -13,6 +13,11 @@ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-text-size-adjust: 100%; + + ::selection { + background-color: var(--color-accent-background); + color: var(--color-font); + } } * {