1
Fork 0
userstyles/src/tildes-dracula/_messages.sass

34 lines
544 B
Sass
Raw Normal View History

2018-06-15 12:41:58 +00:00
@import '_colors.sass'
2018-06-24 12:13:59 +00:00
body:not(.theme),
body.theme-light,
body.theme-dark,
body.theme-black
.message-list
thead th
border-color: $comment
2018-06-15 12:41:58 +00:00
2018-06-24 12:13:59 +00:00
tbody tr:nth-of-type(n)
background-color: $background
2018-06-15 12:41:58 +00:00
2018-06-24 12:13:59 +00:00
td
border-color: $selection
2018-06-15 12:41:58 +00:00
2018-06-24 12:13:59 +00:00
.message-list-subject a
color: $cyan
&:hover,
&:active,
&:focus
color: $pink
&:visited
color: $cyan
.message
border-color: $background
header
color: $foreground
background-color: $background