diff options
Diffstat (limited to 'client/src/components/Header/Header.module.css')
-rw-r--r-- | client/src/components/Header/Header.module.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/client/src/components/Header/Header.module.css b/client/src/components/Header/Header.module.css index 8d35b00..193894c 100644 --- a/client/src/components/Header/Header.module.css +++ b/client/src/components/Header/Header.module.css @@ -14,6 +14,11 @@ margin: 0; } +.header a { + text-decoration: none; + color: inherit; +} + .header__mini{ color: var(--color-yellow); } |