Skip to content

Commit

Permalink
tweak styles
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Hardman <[email protected]>
  • Loading branch information
dhh1128 committed Sep 7, 2024
1 parent 42bae99 commit 0c968a0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,14 @@ footer {
color: #666666;
font-style: italic;
}
a { color: #914f37 }
a {
color: #914f37;
border-bottom: solid 1px #e0b69c;
}
a:hover {
font-weight: inherit;
color: #491705;
border-bottom: solid 1px #e0b69cff;
border-bottom: double #765043;
}
a:visited { color: #765043 }

0 comments on commit 0c968a0

Please sign in to comment.