Skip to content

Commit

Permalink
styles: Make anchor elements slightly less bold
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomekling committed Jul 31, 2024
1 parent 43470df commit 5515e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ p {
a {
font-size: 20px;
line-height: normal;
font-weight: 600;
font-weight: 500;
letter-spacing: 0.5px;
text-decoration: none;
color: #fff;
Expand Down

0 comments on commit 5515e76

Please sign in to comment.