mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Set colors for chat, second step
This commit is contained in:
parent
942adc09c6
commit
4e4bd3b356
@ -10,7 +10,7 @@
|
||||
// }
|
||||
|
||||
$color-primary: rgb(56, 57, 55);
|
||||
$color-primary-light: rgb(161, 179, 177);
|
||||
$color-primary-light: rgb(112, 115, 110);
|
||||
$color-primary-dark: rgb(81, 99, 97);
|
||||
$color-primary-active: rgb(123, 160, 149);
|
||||
$color-primary-inverse: rgb(241, 248, 243);
|
||||
@ -37,8 +37,8 @@ $color-toast-green: $color-tertiary;
|
||||
$chat-message-bg-me: $color-primary-light;
|
||||
$chat-message-checkmark-seen: $color-tertiary;
|
||||
$chat-message-checkmark: $text-color-inverse;
|
||||
$chat-room-color-counter-badge: $color-tertiary;
|
||||
$chat-room-background-counter-badge: $color-secondary;
|
||||
$chat-room-color-counter-badge: $color-primary;
|
||||
$chat-room-background-counter-badge: $text-color-inverse;
|
||||
|
||||
.main-navigation a {
|
||||
color: #fff;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user