chore: tweak colors

This commit is contained in:
Cory Dransfeldt 2023-05-22 14:29:03 -07:00
parent b5ac360bbd
commit 2a7e34c8d5
No known key found for this signature in database
8 changed files with 20 additions and 20 deletions

View file

@ -35,11 +35,11 @@
}
.active {
@apply text-purple-500 !important;
@apply text-purple-600 !important;
}
.active:hover,
.active:active,
.active:focus {
@apply text-purple-400 !important;
@apply text-purple-500 !important;
}