App: change text selection color to black
This commit is contained in:
@@ -7,6 +7,11 @@ html {
|
||||
font-variant-ligatures: common-ligatures;
|
||||
}
|
||||
|
||||
::selection {
|
||||
color: white;
|
||||
background-color: black;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0px;
|
||||
font-family: "Manrope";
|
||||
|
||||
Reference in New Issue
Block a user