make text selection black and white

This commit is contained in:
2024-12-04 17:09:06 +00:00
parent 46f10e7439
commit 398628339f
+5
View File
@@ -25,6 +25,11 @@ body {
font-family: 'Iosevka', monospace;
}
::selection {
background-color: $primary-color;
color: $background-color;
}
@mixin flex-center {
display: flex;
justify-content: center;