diff options
Diffstat (limited to 'src/app/components/header/header.module.css')
| -rw-r--r-- | src/app/components/header/header.module.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/app/components/header/header.module.css b/src/app/components/header/header.module.css index 6a67bf6..ce855ed 100644 --- a/src/app/components/header/header.module.css +++ b/src/app/components/header/header.module.css @@ -15,9 +15,9 @@ } .rightNav a { - text-decoration: none; - color: white; - font-size: 20px; + text-decoration: underline; + color: var(--light-green); + font-size: 18px; } .rightNav p { |