diff --git a/public/main.css b/public/main.css index 27a3aac48..eace3567c 100644 --- a/public/main.css +++ b/public/main.css @@ -533,18 +533,19 @@ tbody { #delete-file { width: 176px; height: 44px; - background: #fff; + background: #D00000 ; border: 1px solid rgba(12, 12, 13, 0.3); border-radius: 5px; font-size: 15px; margin-top: 50px; margin-bottom: 12px; cursor: pointer; - color: #313131; + color: #fff; } #delete-file:hover { - background: #efeff1; + background: #B80607; + color: #fff; } .send-new {