Skip to content

Commit

Permalink
add color for looc (#175)
Browse files Browse the repository at this point in the history
## About The Pull Request
fixes #166

## Changelog
:cl:
fix: Возвращает цвет LOOC в чате
/:cl:
  • Loading branch information
larentoun authored Apr 20, 2024
1 parent ff37362 commit 156493f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tgui/packages/tgui-panel/styles/tgchat/chat-dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1127,3 +1127,8 @@ $border-width-px: $border-width * 1px;
background-color: darken(map.get($alert-stripe-colors, $color-name), 5);
}
}

// BANDASTATION ADDITION START
.looc {
color: #6699cc;
}
5 changes: 5 additions & 0 deletions tgui/packages/tgui-panel/styles/tgchat/chat-light.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1160,3 +1160,8 @@ $border-width-px: $border-width * 1px;
);
}
}

// BANDASTATION ADDITION START
.looc {
color: #6699cc;
}

0 comments on commit 156493f

Please sign in to comment.