make text selection black and white
This commit is contained in:
@@ -25,6 +25,11 @@ body {
|
|||||||
font-family: 'Iosevka', monospace;
|
font-family: 'Iosevka', monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
::selection {
|
||||||
|
background-color: $primary-color;
|
||||||
|
color: $background-color;
|
||||||
|
}
|
||||||
|
|
||||||
@mixin flex-center {
|
@mixin flex-center {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|||||||
Reference in New Issue
Block a user