Skip to content

Commit

Permalink
lighten color of hr tag
Browse files Browse the repository at this point in the history
  • Loading branch information
sjroma committed Jul 25, 2023
1 parent 722d65d commit bffc2ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmshogscan/cmswebsite/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dd {
}

hr {
border: solid 0.1em #333;
border: solid 0.1em #a9a9a9;
margin: 1em auto 0 auto;
width: 80%;
}
Expand Down

0 comments on commit bffc2ba

Please sign in to comment.