[TELE-1393] custom selection color for better app look n feel

This commit is contained in:
Daniel Muyshond 2022-07-30 16:16:11 +02:00
parent d56ed774b5
commit c9a00e8952
1 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,11 @@
/*
Misc
*/
::selection {
color: white;
background-color: $darkened-primary-color;
}
/*
Header
*/