diff --git a/global.css b/global.css index bd29691..cf978e4 100644 --- a/global.css +++ b/global.css @@ -40,6 +40,10 @@ --bg-primary: #1e1e2e; } +::selection { + background-color: var(--mauve); +} + body { display: flex; justify-content: center;