diff options
| author | real-zephex <[email protected]> | 2024-03-29 20:48:30 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-03-29 20:48:30 +0530 |
| commit | fdb7958ca59e4870460950722ed52b9eb5fde10c (patch) | |
| tree | 81f74088b870863dcc476bac2b63c5452f4f73ed /src/app/components/header/header.module.css | |
| parent | fixes and improvements: dramalaam is no longer hosted on koyeb cuz of (diff) | |
| download | dramalama-fdb7958ca59e4870460950722ed52b9eb5fde10c.tar.xz dramalama-fdb7958ca59e4870460950722ed52b9eb5fde10c.zip | |
fix: minor css fix for light mode users
Diffstat (limited to 'src/app/components/header/header.module.css')
| -rw-r--r-- | src/app/components/header/header.module.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/components/header/header.module.css b/src/app/components/header/header.module.css index 6a67bf6..ad89d0e 100644 --- a/src/app/components/header/header.module.css +++ b/src/app/components/header/header.module.css @@ -16,7 +16,7 @@ .rightNav a { text-decoration: none; - color: white; + color: black; font-size: 20px; } |