Skip to content

Commit

Permalink
Fix links.
Browse files Browse the repository at this point in the history
  • Loading branch information
thesoftwarephilosopher committed Aug 30, 2024
1 parent 847da6d commit 9ae4155
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions site/unity/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ body {

main {

a {
> ol > li > a {
text-decoration: underline;
color: #478be6;
text-underline-offset: 3px;
transition: text-underline-offset 200ms ease-in-out;
}

a:hover {
text-underline-offset: 5px;
&:hover {
text-underline-offset: 5px;
}
}

margin: 0 auto;
Expand Down

0 comments on commit 9ae4155

Please sign in to comment.