From bd7dc5e6161580ae84cdc0651eccfef249034fd4 Mon Sep 17 00:00:00 2001 From: Olivier Demers Date: Tue, 25 Apr 2023 20:47:15 +0000 Subject: [PATCH] changed selection background --- src/app.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app.scss b/src/app.scss index 26f1b7a..0454933 100644 --- a/src/app.scss +++ b/src/app.scss @@ -10,6 +10,10 @@ --form-element-focus-color: var(--primary-focus); --switch-color: var(--primary-inverse); --switch-checked-background-color: var(--primary); + + ::selection{ + background: #c99a2c; + } } :root:not([data-theme='dark']) {