Skip to content

Commit

Permalink
Remove text decoration from button
Browse files Browse the repository at this point in the history
  • Loading branch information
aknierim committed Aug 25, 2023
1 parent 9e33c14 commit 7c62fc7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ pre.highlight {
background-color: var(--pep-gray);
border-radius: 50px;
text-align: center;
text-decoration: none;
box-shadow: 2px 2px 3px #999;
transition: all ease 0.25s;
}
Expand All @@ -181,12 +182,14 @@ pre.highlight {
color: #fff;
background-color: var(--pep-yellow);
border-color: var(--pep-yellow);
text-decoration: none;
}

.help-button{
line-height: 55px;
font-size: 2em;
font-style: normal;
font-weight: bold;
text-decoration: none;
}

0 comments on commit 7c62fc7

Please sign in to comment.