Skip to content

Commit

Permalink
Remove the colored hover effect
Browse files Browse the repository at this point in the history
  • Loading branch information
freinhard committed Jul 30, 2024
1 parent ab7b31c commit a680df0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/privatim/static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@ a:hover {
/* New hover effect styles */
.activity-card-wrapper:hover {
transform: scale(1.01);
border-color: var(--primary-color);
}

.rounded-circle {
Expand Down Expand Up @@ -521,7 +520,6 @@ mark {
/* New hover effect styles */
.timeline-item:hover .timeline-content {
transform: scale(1.01);
border-color: var(--primary-color);
}

.timeline-icon {
Expand Down

0 comments on commit a680df0

Please sign in to comment.