diff --git a/tgui/packages/tgui-panel/styles/tgchat/chat-dark.scss b/tgui/packages/tgui-panel/styles/tgchat/chat-dark.scss index 7c944dc5dae..a39f32cfc38 100644 --- a/tgui/packages/tgui-panel/styles/tgchat/chat-dark.scss +++ b/tgui/packages/tgui-panel/styles/tgchat/chat-dark.scss @@ -1045,7 +1045,7 @@ em { } .major_announcement_title { - color: #ff0066; + color: #cc0000; // SKYRAT EDIT CHANGE - ORIGINAL: color: #ff0066 text-decoration: underline; font-weight: bold; font-size: 175%; diff --git a/tgui/packages/tgui-panel/styles/tgchat/chat-light.scss b/tgui/packages/tgui-panel/styles/tgchat/chat-light.scss index 3b80b3b98e7..aa0bf741d14 100644 --- a/tgui/packages/tgui-panel/styles/tgchat/chat-light.scss +++ b/tgui/packages/tgui-panel/styles/tgchat/chat-light.scss @@ -978,7 +978,7 @@ h2.alert { } .major_announcement_title { - color: #ff0066; + color: #cc0000; // SKYRAT EDIT CHANGE - ORIGINAL: color: #ff0066 text-decoration: underline; font-weight: bold; font-size: 175%;