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
This commit is contained in:
@@ -119,7 +119,7 @@ body::after {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.navbar-inner:hover::before {
|
.navbar-inner:hover::before {
|
||||||
opacity: 1;
|
opacity: 0.4;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-inner:hover {
|
.navbar-inner:hover {
|
||||||
|
|||||||
Reference in New Issue
Block a user