From a294e443256fd4b28aa98633481ab20f192d1d78 Mon Sep 17 00:00:00 2001 From: Daniel Medina Date: Wed, 7 Jul 2021 10:12:29 -0500 Subject: [PATCH] Changed selection color --- styles/globals.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/styles/globals.css b/styles/globals.css index e756ab0..5e464b3 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -16,3 +16,8 @@ a { * { box-sizing: border-box; } + +::selection { + background-color: #54f6ff; + color: white; +} \ No newline at end of file