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