Skip to content

Commit d57cdd3

Browse files
committed
Fix(style): no extra underline for arena cards on hover
1 parent ff99507 commit d57cdd3

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

static/css/layout.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,10 @@ nav {
242242
gap: 1rem;
243243
}
244244

245+
.arenas-grid a:hover {
246+
border-bottom-color: transparent;
247+
}
248+
245249
.arena-card {
246250
display: flex;
247251
flex-direction: column;
@@ -256,6 +260,7 @@ nav {
256260
.arena-card:hover {
257261
transform: translateY(-4px);
258262
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
263+
border-bottom-color: transparent;
259264
}
260265

261266
.arena-title {

0 commit comments

Comments
 (0)