Skip to content

Commit

Permalink
remove hover effect
Browse files Browse the repository at this point in the history
  • Loading branch information
dada878 committed Jan 15, 2024
1 parent 8c66d16 commit 8900383
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 16 deletions.
5 changes: 0 additions & 5 deletions css/home/about-us.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,4 @@
border-radius: 1rem;
flex: 1;
transition: 200ms;
}

.about-us > section:hover {
background-color: var(--bg-secondary-hover);
box-shadow: 0 0 1rem rgba(255, 255, 255, 0.2);
}
5 changes: 0 additions & 5 deletions css/home/clubs.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@
transition: 200ms;
}

.club-card:hover {
background-color: var(--bg-secondary-hover);
box-shadow: 0 0 1rem rgba(255, 255, 255, 0.2);
}

.club-name, .club-school {
white-space: nowrap;
text-overflow: ellipsis;
Expand Down
5 changes: 0 additions & 5 deletions css/home/events.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@
transition: 200ms;
}

.event-card:hover {
background-color: var(--bg-secondary-hover);
box-shadow: 0 0 1rem rgba(255, 255, 255, 0.2);
}

.event-card-left {
display: flex;
flex-direction: column;
Expand Down
3 changes: 2 additions & 1 deletion css/home/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@
@import "./sponsors.css";
@import "./timeline.css";
@import "./hehe.css";
@import "./events.css";
@import "./events.css";
@import "./plans.css";

0 comments on commit 8900383

Please sign in to comment.