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:
parent
bf12ad823d
commit
5ca8cc9949
@ -64,11 +64,7 @@ img {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.description {
|
||||
color: #cccccc;
|
||||
mix-blend-mode: color-dodge;
|
||||
opacity: 0.9;
|
||||
}
|
||||
|
||||
|
||||
.navigation {
|
||||
position: fixed;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user