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