Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Louis-LJ committed Jun 25, 2024
1 parent 65e0b89 commit e113a45
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Style.css
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,14 @@ p, li, span, th {

a.div-link:hover {
border: 2px solid #ff8800;
padding: 0.7%;
padding: 0px 10px;
border-radius: 50px;
color: white;
color: #ff8800;
text-align: center;
text-decoration: none;
display: inline-block;
outline: none;
line-height: 2;
transition-duration: 0.2s;
}

Expand Down

0 comments on commit e113a45

Please sign in to comment.