Skip to content

Commit 8eaa6f0

Browse files
committed
Fix default 'a' border style being inherited on l anding-card-btn
1 parent b5335ba commit 8eaa6f0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

styles/landing.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,10 +396,11 @@
396396
.landing-card-ovh:active .landing-card-btn,
397397
.landing-card-btn:hover {
398398
color: #ffffff !important;
399-
background-color: #111111;
399+
background-color: #222222;
400400
/* Shifts the button slightly and expands shadow for a "lifting" effect */
401401
transform: translate(-2px, -2px);
402402
box-shadow: 6px 6px 0px 0px #000000;
403+
border-color: transparent;
403404
}
404405

405406
/* Focus state for accessibility */

0 commit comments

Comments
 (0)