Add selection styling to index.scss

This commit is contained in:
dertyp7
2024-01-14 13:05:06 +01:00
parent d171cf1d7e
commit 160aa55fac

View File

@@ -13,6 +13,11 @@
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
::selection {
background-color: var(--color-accent-background);
color: var(--color-font);
}
}
* {