19 lines
316 B
Sass
19 lines
316 B
Sass
|
@import '_colors.sass'
|
||
|
|
||
|
body:not(.theme),
|
||
|
body.theme-light,
|
||
|
body.theme-dark,
|
||
|
body.Theme-black
|
||
|
.group-list
|
||
|
tbody tr:nth-of-type(n)
|
||
|
background-color: $background
|
||
|
|
||
|
td
|
||
|
border-color: $selection
|
||
|
|
||
|
.group-list-description
|
||
|
font-style: normal
|
||
|
|
||
|
.table th
|
||
|
border-bottom-color: $comment
|