Fix: Remove red header, use dark theme for upload page

This commit is contained in:
ghassan 2026-03-03 20:33:51 +03:00
parent 0b893025a5
commit c2180e556d

View File

@ -812,7 +812,7 @@
.file-preview {
width: 56px;
height: 56px;
background: linear-gradient(135deg, #e63030 0%, #ff6b6b 100%);
background: linear-gradient(135deg, #1a1a1a 0%, #252525 100%);
border-radius: 12px;
display: flex;
align-items: center;
@ -871,7 +871,7 @@
}
.btn-remove-file:hover {
background: #e63030;
background: #1a1a1a;
color: white;
}