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 {
|
::-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 {
|
||||||
|
|
Reference in a new issue