Skip to content

Commit

Permalink
Remove opacity constraint on links, since it is a bummer
Browse files Browse the repository at this point in the history
  • Loading branch information
howardjp committed May 7, 2024
1 parent c43adb9 commit f177a2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/css/jameshoward.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,10 @@
}

a {
color: #07406e;
color: #0c6793;
font-weight: bold;
font-size: inherit;
opacity: inherit;
}

.content-blog {
Expand Down

0 comments on commit f177a2c

Please sign in to comment.