feat: color + accessibility updates
This commit is contained in:
parent
2f62ada42b
commit
c858089644
1 changed files with 2 additions and 2 deletions
|
@ -4,12 +4,12 @@
|
|||
|
||||
::-moz-selection {
|
||||
color: theme(colors.white);
|
||||
background: theme(colors.purple.400);
|
||||
background: theme(colors.pink.500);
|
||||
}
|
||||
|
||||
::selection {
|
||||
color: theme(colors.white);
|
||||
background: theme(colors.purple.400);
|
||||
background: theme(colors.pink.500);
|
||||
}
|
||||
|
||||
.icon-inline svg {
|
||||
|
|
Reference in a new issue