34 lines
544 B
Sass
34 lines
544 B
Sass
@import '_colors.sass'
|
|
|
|
body:not(.theme),
|
|
body.theme-light,
|
|
body.theme-dark,
|
|
body.theme-black
|
|
.message-list
|
|
thead th
|
|
border-color: $comment
|
|
|
|
tbody tr:nth-of-type(n)
|
|
background-color: $background
|
|
|
|
td
|
|
border-color: $selection
|
|
|
|
.message-list-subject a
|
|
color: $cyan
|
|
|
|
&:hover,
|
|
&:active,
|
|
&:focus
|
|
color: $pink
|
|
|
|
&:visited
|
|
color: $cyan
|
|
|
|
.message
|
|
border-color: $background
|
|
|
|
header
|
|
color: $foreground
|
|
background-color: $background
|