Skip to content

Commit

Permalink
fix(styles): nav link styles
Browse files Browse the repository at this point in the history
  • Loading branch information
owilliams320 committed May 23, 2024
1 parent c93918c commit 0e8e63e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ $theme-light: $td-light-theme;
body {
color: var(--cv-theme-on-surface);
font-family: 'Inter', Arial, Helvetica, sans-serif;

cv-list[slot="navigation"] a {
text-decoration: none;
}
}

// Dark theme
Expand Down

0 comments on commit 0e8e63e

Please sign in to comment.