42 lines
615 B
Sass
42 lines
615 B
Sass
@import '_colors.sass'
|
|
|
|
body,
|
|
body.theme-light,
|
|
body.theme-dark,
|
|
body.theme-black
|
|
.message
|
|
border-color: $gray-4
|
|
|
|
header
|
|
color: $gray-1
|
|
background-color: $gray-4
|
|
.link-user
|
|
color: $green
|
|
|
|
&:hover,
|
|
&:active,
|
|
&:focus
|
|
color: $pink
|
|
|
|
&:visited
|
|
color: $green
|
|
|
|
&:hover,
|
|
&:active,
|
|
&:focus
|
|
color: $pink
|
|
|
|
a
|
|
color: $yellow
|
|
|
|
&:hover,
|
|
&:active,
|
|
&:focus
|
|
color: $pink
|
|
|
|
&:visited
|
|
color: $pink
|
|
|
|
.is-message-mine
|
|
border-left-color: $purple !important
|