4
0
forked from crowetic/commerce

Adding partial night mode

This commit is contained in:
Belen Curcio
2020-10-12 21:40:39 -03:00
parent 1629f718b0
commit 6bf209eccd
18 changed files with 135 additions and 191 deletions

View File

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