From 837592d7a2d9849d256f489a5dad860832b8b0d4 Mon Sep 17 00:00:00 2001 From: Nayab Gauhar <93754299+Nayab-Gauhar@users.noreply.github.com> Date: Fri, 31 Oct 2025 18:09:30 +0530 Subject: [PATCH] Add hover effects to navbar links (fixes #3914) Implemented smooth hover effects for navbar links in the masthead section with color change and underline decoration to improve user experience. --- index.html | 58 +++++++++++++++++++++++------------------------------- 1 file changed, 25 insertions(+), 33 deletions(-) diff --git a/index.html b/index.html index 5b7bcd553..4f86af065 100644 --- a/index.html +++ b/index.html @@ -6,14 +6,11 @@ - - -
Star me on GitHub + } + + /* Navbar hover effects - added to improve UX */ + .masthead a { + transition: color 0.3s ease, text-decoration 0.3s ease; + } + .masthead a:hover { + color: #0066cc; + text-decoration: underline; + } + + + Star me on GitHub +A HTML5 client-side solution for generating PDFs. Perfect for event tickets, reports, certificates, you name it!
- -No servers were used in the making of this demo.
- + No servers were used in the making of this demo.