From 317b1c5de122c247a159247d005e0f20034c1a0c Mon Sep 17 00:00:00 2001 From: Knight Date: Sat, 28 Dec 2024 22:08:29 -0500 Subject: [PATCH] Enhance image styling in styles.css by adding a text shadow effect. This change improves the visual aesthetics of image elements, contributing to a more engaging user experience. --- public/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/styles.css b/public/styles.css index d19f965..8cf3068 100644 --- a/public/styles.css +++ b/public/styles.css @@ -54,6 +54,7 @@ img { z-index: 2; color: #cccccc; mix-blend-mode: color-dodge; + text-shadow: 1px 0px #ff77009e; } .navigation { @@ -75,7 +76,6 @@ img { opacity: 0.7; transition: opacity 0.3s ease; padding: 5px; - text-shadow: 1px 0px #ff7700; } .navigation a:hover {