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.

This commit is contained in:
Knight 2024-12-28 22:08:29 -05:00
parent 761b66da71
commit 317b1c5de1

View File

@ -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 {