26 lines
359 B
Sass
26 lines
359 B
Sass
|
@import '_colors.sass'
|
||
|
|
||
|
body,
|
||
|
body.theme-light,
|
||
|
body.theme-dark,
|
||
|
body.theme-black
|
||
|
.table.table-striped tbody tr:nth-of-type(n)
|
||
|
background-color: $gray-4
|
||
|
|
||
|
.message-list
|
||
|
a
|
||
|
color: $yellow
|
||
|
|
||
|
&:hover,
|
||
|
&:active,
|
||
|
&:focus
|
||
|
color: $pink
|
||
|
|
||
|
&:visited
|
||
|
color: $yellow
|
||
|
|
||
|
&:hover,
|
||
|
&:active,
|
||
|
&:focus
|
||
|
color: $pink
|