Skip to content

Commit

Permalink
Up
Browse files Browse the repository at this point in the history
  • Loading branch information
fgazat committed Oct 20, 2024
1 parent 6acbd90 commit ea8ba63
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion assets/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,13 @@
/* color: darkgray; */
}

.hextra-card svg {
width: 1.5rem;
color: #797979;
transition: color .3s ease;
}

.dark\:hover\:hx-text-gray-50:hover:is(html[class~='dark'] *) {
--tw-text-opacity: 1;
color: #ffffff;
}

0 comments on commit ea8ba63

Please sign in to comment.