alternative tangled frontend (extremely wip)

feat: minor style changes

serenity 992346aa fe94e9b1

+6
+6
src/styles.css
··· 35 35 -webkit-font-smoothing: antialiased; 36 36 -moz-osx-font-smoothing: grayscale; 37 37 } 38 + 39 + @layer base { 40 + ::selection { 41 + @apply bg-accent/40 text-text; 42 + } 43 + }