fix: additional errors and notes
This commit is contained in:
parent
b0aa0d6948
commit
84768cc888
6 changed files with 6 additions and 5 deletions
|
@ -2,11 +2,13 @@
|
|||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
/*noinspection Annotator*/
|
||||
::-moz-selection {
|
||||
color: theme(colors.white);
|
||||
background: theme(colors.purple.400);
|
||||
}
|
||||
|
||||
/*noinspection Annotator*/
|
||||
::selection {
|
||||
color: theme(colors.white);
|
||||
background: theme(colors.purple.400);
|
||||
|
|
Reference in a new issue