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