aboutsummaryrefslogtreecommitdiff
path: root/src/app/components/header/header.module.css
diff options
context:
space:
mode:
authorreal-zephex <[email protected]>2024-03-31 17:32:48 +0530
committerreal-zephex <[email protected]>2024-03-31 17:32:48 +0530
commitd23e1274303c54b3d7fc8de77eea37bb8fdaeaa3 (patch)
treef91c136407e3a41d115750e9ae895727c5ddf9cc /src/app/components/header/header.module.css
parentfix: looks like image proxy is must for viewing manga pages. we will have to... (diff)
downloaddramalama-d23e1274303c54b3d7fc8de77eea37bb8fdaeaa3.tar.xz
dramalama-d23e1274303c54b3d7fc8de77eea37bb8fdaeaa3.zip
fixes: minor css modifications, added basic information about the last read manga chapter (don't expect much out of it)
Diffstat (limited to 'src/app/components/header/header.module.css')
-rw-r--r--src/app/components/header/header.module.css6
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 {