feat: color + accessibility updates

This commit is contained in:
Cory Dransfeldt 2023-08-13 14:04:56 -07:00
parent 2f62ada42b
commit c858089644
No known key found for this signature in database

View file

@ -4,12 +4,12 @@
::-moz-selection { ::-moz-selection {
color: theme(colors.white); color: theme(colors.white);
background: theme(colors.purple.400); background: theme(colors.pink.500);
} }
::selection { ::selection {
color: theme(colors.white); color: theme(colors.white);
background: theme(colors.purple.400); background: theme(colors.pink.500);
} }
.icon-inline svg { .icon-inline svg {