From 78796c29906b43b7b784d678bd675ea9aa9dd8df Mon Sep 17 00:00:00 2001 From: rektdeckard Date: Sun, 9 Aug 2020 20:52:10 -0400 Subject: [PATCH] App: change text selection color to black --- src/components/App/App.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/components/App/App.css b/src/components/App/App.css index 82f32ef..c14a45f 100644 --- a/src/components/App/App.css +++ b/src/components/App/App.css @@ -7,6 +7,11 @@ html { font-variant-ligatures: common-ligatures; } +::selection { + color: white; + background-color: black; +} + body { margin: 0px; font-family: "Manrope";