From 10e02b76095f1e8b8d1647e15008c466be3ae0e5 Mon Sep 17 00:00:00 2001 From: abhiramtx <7253115-abhiramtx@users.noreply.replit.com> Date: Sun, 9 Nov 2025 00:31:50 +0000 Subject: [PATCH] Reduce prominence of navigation bar elements on hover Update CSS to decrease the opacity of the navbar-inner pseudo-element on hover from 1 to 0.4. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 75bceff7-98f2-4f6e-ae8e-e735399a1fe8 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 48579f74-6d22-427a-ad47-c82dac0ceaf6 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/d0a1d46d-d203-4308-bc6a-312ac7c0243b/75bceff7-98f2-4f6e-ae8e-e735399a1fe8/QKtUHID --- static/css/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/styles.css b/static/css/styles.css index 130c628..c940a9c 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -119,7 +119,7 @@ body::after { } .navbar-inner:hover::before { - opacity: 1; + opacity: 0.4; } .navbar-inner:hover {