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; }