From 0e8e63e1b1b0438660887d1195a9e2bbc0d14ab4 Mon Sep 17 00:00:00 2001 From: Oseer Williams Date: Thu, 23 May 2024 14:49:19 -0400 Subject: [PATCH] fix(styles): nav link styles --- src/styles.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/styles.scss b/src/styles.scss index c08b5c4..c57ed8e 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -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