From e0e90148ff599b8d541b2cc0456b878a2a0b67ef Mon Sep 17 00:00:00 2001 From: vrifox Date: Thu, 9 Mar 2023 22:08:09 +0100 Subject: [PATCH] Add selection colors --- assets/scss/main.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/scss/main.scss b/assets/scss/main.scss index 3412aaa..a04045e 100644 --- a/assets/scss/main.scss +++ b/assets/scss/main.scss @@ -7,6 +7,10 @@ width: 6px; } &::-webkit-scrollbar-thumb { background: var(--vriish-rose); } + &::selection { + color: var(--white); + background-color: var(--vriish-rose); + } } html {