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:
knight 2025-01-04 12:35:51 -05:00
parent bf12ad823d
commit 5ca8cc9949

View File

@ -64,11 +64,7 @@ img {
display: none;
}
.description {
color: #cccccc;
mix-blend-mode: color-dodge;
opacity: 0.9;
}
.navigation {
position: fixed;