From 7228146c95bfa5c3785f237152b503779d1890cd Mon Sep 17 00:00:00 2001 From: Tran Trong Nghia Date: Tue, 17 Jan 2023 22:34:32 +0700 Subject: [PATCH] Reverted the color MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Màu nhìn có vấn đề nên cần revert lại change, CSS sẽ được chỉnh sửa trong thời gian kế tiếp --- resources/darkmode.css | 2 +- resources/status.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/darkmode.css b/resources/darkmode.css index 6a186c0..d65f63b 100644 --- a/resources/darkmode.css +++ b/resources/darkmode.css @@ -1852,7 +1852,7 @@ noscript #noscript { color: rgb(232, 230, 227); } .CE { - background-color: #ef1b53; + background-color: rgb(53, 57, 59); color: rgb(232, 230, 227); } .IE { diff --git a/resources/status.scss b/resources/status.scss index ec9efd7..20190cb 100644 --- a/resources/status.scss +++ b/resources/status.scss @@ -34,7 +34,7 @@ } .IE { - background-color: #ef1b53; + background-color: red; color: black; }