Skip to content

Commit

Permalink
style: remove repeated classes on main css file
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusfg7 committed Dec 12, 2022
1 parent c974167 commit 481c19f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@

tbody tr {
@apply even:bg-black/[.02] dark:even:bg-white/[.02];
@apply hover:bg-black/[.05] dark:bg-white/[.05] dark:hover:bg-white/[.05] even:hover:bg-black/[.05] dark:bg-white/[.05] dark:even:hover:bg-white/[.05];
@apply hover:bg-black/[.05] dark:bg-white/[.05] dark:hover:bg-white/[.05] even:hover:bg-black/[.05] dark:even:hover:bg-white/[.05];
}
}

Expand Down

0 comments on commit 481c19f

Please sign in to comment.