From d23e1274303c54b3d7fc8de77eea37bb8fdaeaa3 Mon Sep 17 00:00:00 2001 From: real-zephex Date: Sun, 31 Mar 2024 17:32:48 +0530 Subject: fixes: minor css modifications, added basic information about the last read manga chapter (don't expect much out of it) --- src/app/components/header/header.module.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/app/components/header/header.module.css') 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 { -- cgit v1.2.3