Skip to content

Commit

Permalink
blueeeee
Browse files Browse the repository at this point in the history
  • Loading branch information
jonash07 committed Dec 1, 2024
1 parent baaf027 commit cec631f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions tgui/packages/tgui-panel/styles/tgchat/chat-dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ em {
font-weight: bold;
}
.colorooc {
color: #cca300;
color: #4c6dff;
font-weight: bold;
}

Expand Down Expand Up @@ -1067,12 +1067,12 @@ $ooc_alert_bg_colors: (
);

$ooc_alert_border_colors: (
'ooc': #cca30070,
'game': #db000070,
'ooc': #006deb,
'game': #db0000,
);

$ooc_alert_text_colors: (
'ooc': #cca300,
'ooc': #006deb,
'game': #db0000,
);

Expand Down
2 changes: 1 addition & 1 deletion tgui/packages/tgui-say/styles/colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ $_channel_map: (
'Say': #a4bad6,
'Radio': #1fc01f,
'Me': #5975da,
'OOC': #cca300,
'OOC': #4c6dff,
'LOOC': #3a9696,
'XOOC': #004ed8,
'MOOC': #004ed8,
Expand Down

0 comments on commit cec631f

Please sign in to comment.