1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

perf(UI): primary app color on selected text backgrouns

This commit is contained in:
2021-08-10 13:14:48 +02:00
parent 14c64c537c
commit 756d49b259

View File

@ -15,6 +15,15 @@ body {
user-select: none;
}
::selection,
option:hover,
option:focus,
option:active,
option:checked {
background-color: $primary-color;
color: $light-color;
}
/* Additions */
@include margin-variant(3, $unit-3);
@include margin-variant(4, $unit-4);