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