Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Louis-LJ committed Jun 24, 2024
1 parent 5688fca commit a4109ab
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Style.css
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,11 @@ p, li, span, th {
}

a.div-link:hover {
border: 1px solid #ff8800;
border-radius: 10px;
padding: 5px;
margin: 0 auto;
border: 2px solid #ff8800;
padding: 0.7%;
border-radius: 50px;
color: white;
transition-duration: 0.2s;
}

/* Table*/
Expand Down

0 comments on commit a4109ab

Please sign in to comment.