Add text shadow to images in styles.css for enhanced visual effect. This change improves the aesthetics of image elements, contributing to a more engaging user experience.

This commit is contained in:
Knight 2024-12-28 22:05:59 -05:00
parent 2974cbb63e
commit 761b66da71

View File

@ -75,6 +75,7 @@ img {
opacity: 0.7;
transition: opacity 0.3s ease;
padding: 5px;
text-shadow: 1px 0px #ff7700;
}
.navigation a:hover {