From 5ca8cc99490e6dbc00138bda32cf495fae21a60d Mon Sep 17 00:00:00 2001 From: knight Date: Sat, 4 Jan 2025 12:35:51 -0500 Subject: [PATCH] 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. --- public/styles.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/public/styles.css b/public/styles.css index c96bd8f..5e6307f 100644 --- a/public/styles.css +++ b/public/styles.css @@ -64,11 +64,7 @@ img { display: none; } -.description { - color: #cccccc; - mix-blend-mode: color-dodge; - opacity: 0.9; -} + .navigation { position: fixed;