Skip to content

Commit 36b5198

Browse files
committed
chore: selection color change
1 parent 3f3508c commit 36b5198

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/app/globals.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414
--font-mono: var(--font-open-sans), system-ui, sans-serif;
1515
}
1616

17+
@layer base {
18+
::selection {
19+
@apply bg-[#141414b7] text-[#dbdbdb];
20+
}
21+
}
22+
1723
@media (prefers-color-scheme: dark) {
1824
:root {
1925
--background: #0d1117;

0 commit comments

Comments
 (0)