diff options
| author | Henry Jameson <me@hjkos.com> | 2024-03-04 19:53:45 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2024-03-04 19:53:45 +0200 |
| commit | 7e01d2083d3e26d5239a332cf12e520468a39565 (patch) | |
| tree | 939597b0d9a9fdc6ed5a9694e79e208a03382e33 /src/App.scss | |
| parent | 075f2cb903fa45ea8e7a52098fd7091b0b14a9fd (diff) | |
proper selection colors
Diffstat (limited to 'src/App.scss')
| -rw-r--r-- | src/App.scss | 5 |
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); +} |
