style: use default selection colour

This commit is contained in:
Isaac
2024-06-01 16:17:26 +01:00
parent 836fb4ca41
commit d621ab4976

View File

@@ -53,10 +53,6 @@ body {
opacity: 1;
}
::selection {
background-color: #c2c2c2;
}
#root {
@include themed {
color: t($color);