From 7a7be9ad4700ffb85bf86175ef59d10b0ec7059b Mon Sep 17 00:00:00 2001 From: Gabriel B Date: Fri, 12 Jul 2024 23:18:43 +0000 Subject: [PATCH] changes background-color attribute for global css --- styles/globals.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/styles/globals.css b/styles/globals.css index 43075180a..e76f684c8 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -10,6 +10,10 @@ body { font-family: 'Urbanist', sans-serif; } +::selection{ + background-color: #714eff; +} + .varela { font-family: 'Varela Round', sans-serif; }