Remove description styling from styles.css to simplify the design. This change eliminates the previous color, blend mode, and opacity settings for the description class, contributing to a cleaner and more streamlined visual presentation of image elements.
This commit is contained in:
@@ -64,11 +64,7 @@ img {
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.description {
|
|
||||||
color: #cccccc;
|
|
||||||
mix-blend-mode: color-dodge;
|
|
||||||
opacity: 0.9;
|
|
||||||
}
|
|
||||||
|
|
||||||
.navigation {
|
.navigation {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
|||||||
Reference in New Issue
Block a user