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:
parent
761b66da71
commit
317b1c5de1
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user