Skip to content

Commit

Permalink
caption css
Browse files Browse the repository at this point in the history
  • Loading branch information
markwkidd committed Feb 17, 2025
1 parent f1c46dd commit 9cfb819
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions _sass/custom/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,16 @@ ul.nav-list .nav-list-item .nav-list-link {
padding: 0 0.4rem 0.4rem 0.4rem;
font-size: 0.9rem;
line-height: 0.9;
color: $blue-dark;

a {
text-decoration: none;
color: $blue-dark;

&:hover {
text-decoration: underline;
}
}
}
}

Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 9cfb819

Please sign in to comment.