From 654ae00231a24cd87cd1fcbc83594e1d4f4fe6b4 Mon Sep 17 00:00:00 2001 From: Ryan Date: Wed, 12 Mar 2025 05:08:32 -0400 Subject: [PATCH] fix icon color --- styles.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/styles.css b/styles.css index 2670d40..42994c8 100644 --- a/styles.css +++ b/styles.css @@ -1155,7 +1155,6 @@ body.dark-mode #fileListContainer { margin: 0 auto; } -/* Image Preview Close Button (Same as Editor, Adjusted X Position) */ /* Image Preview Close Button (Perfect Alignment) */ .close-image-modal { position: absolute; @@ -1227,6 +1226,11 @@ body.dark-mode .image-preview-modal-content { font-size: 32px; } +/* Dark Mode Styles */ +body.dark-mode .file-icon { + color: white; +} + .bottom-select { display: inline-block; width: auto !important;