diff --git a/src/styles/global.css b/src/styles/global.css index bdd7630..2685924 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -20,6 +20,11 @@ body { font-size: var(--font-size); } +*::selection { + color: white; + background-color: var(--accent-color); +} + /*/ :root { --accent: #2337ff;