App: change text selection color to black

This commit is contained in:
rektdeckard
2020-08-09 20:52:10 -04:00
parent aaf9bd1d7d
commit 78796c2990

View File

@@ -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";