Normalizing Style Sheets

This commit is contained in:
Belen Curcio
2020-10-15 16:00:11 -03:00
parent a0e5448210
commit ab45e28813
18 changed files with 77 additions and 69 deletions

View File

@@ -6,10 +6,10 @@
}
.item {
@apply mr-6 cursor-pointer relative transition ease-in-out duration-100 text-primary;
@apply mr-6 cursor-pointer relative transition ease-in-out duration-100 text-base;
&:hover {
@apply text-secondary;
@apply text-accents-8;
}
&:last-child {