aboutsummaryrefslogtreecommitdiff
path: root/src/App.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/App.scss')
-rw-r--r--src/App.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/App.scss b/src/App.scss
index 97d3f516..484039d2 100644
--- a/src/App.scss
+++ b/src/App.scss
@@ -887,3 +887,8 @@ option {
padding: 0;
position: absolute;
}
+
+*::selection {
+ color: var(--selectionText);
+ background-color: var(--selectionBackground);
+}