add selection color
Some checks failed
Deploy static content to Pages / deploy (push) Failing after 22s

This commit is contained in:
zyqunix 2025-06-24 23:44:35 +02:00 committed by GitHub
parent fec9221050
commit 3e0eb52eaf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -40,6 +40,10 @@
--bg-primary: #1e1e2e; --bg-primary: #1e1e2e;
} }
::selection {
background-color: var(--mauve);
}
body { body {
display: flex; display: flex;
justify-content: center; justify-content: center;