Skip to content

Commit

Permalink
Override css
Browse files Browse the repository at this point in the history
  • Loading branch information
canxerian committed Jul 19, 2024
1 parent 87c70e6 commit dfc4722
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 78 deletions.
11 changes: 11 additions & 0 deletions assets/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
img.hover\:animate-spin:hover {
animation: none;
}

div.rounded-full {
transition: background-color 1s;
}

div.rounded-full:has(> img.hover\:animate-spin):hover {
background-color: rgb(89, 94, 175);
}
78 changes: 0 additions & 78 deletions layouts/_default/list.html

This file was deleted.

0 comments on commit dfc4722

Please sign in to comment.