12 lines
217 B
SCSS
12 lines
217 B
SCSS
div#c-post-events {
|
|
#a-index {
|
|
tr.resolved-true {
|
|
background: var(--post-events-resolved-background);
|
|
}
|
|
|
|
tr.resolved-false {
|
|
background: var(--post-events-unresolved-background);
|
|
}
|
|
}
|
|
}
|