diff --git a/resources/darkmode.css b/resources/darkmode.css index d65f63b..6a186c0 100644 --- a/resources/darkmode.css +++ b/resources/darkmode.css @@ -1852,7 +1852,7 @@ noscript #noscript { color: rgb(232, 230, 227); } .CE { - background-color: rgb(53, 57, 59); + background-color: #ef1b53; color: rgb(232, 230, 227); } .IE { diff --git a/resources/status.scss b/resources/status.scss index 20190cb..ec9efd7 100644 --- a/resources/status.scss +++ b/resources/status.scss @@ -34,7 +34,7 @@ } .IE { - background-color: red; + background-color: #ef1b53; color: black; }