Skip to content

Commit

Permalink
remove underline on hover
Browse files Browse the repository at this point in the history
  • Loading branch information
walsh9 committed Jul 18, 2024
1 parent 9aceabe commit 05dee11
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/styles/centennial/_centennial-cta-app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,18 @@
display: flex;
flex-direction: column;
justify-content: space-between;
background-color: #FCD240;
color: black;
background-color: #FCD240;
border-bottom: none;
display: flex;
flex-direction: column;
margin: auto;
height: 250px;
width: 335px;
}
.centennial-cta-app:hover {
border-bottom: none;
}
.centennial-cta-app:focus-visible {
outline: 2px solid blue;
outline-style: auto;
Expand Down

0 comments on commit 05dee11

Please sign in to comment.