custom selection colour

This commit is contained in:
Oliver Bryan
2026-01-09 03:37:36 +00:00
parent 77052d4ff2
commit e5777d9645

View File

@@ -125,6 +125,10 @@
body {
@apply bg-background text-foreground;
}
::selection {
background-color: var(--personality);
color: var(--background);
}
}
* {