Files
danbooru/app/javascript/src/styles/specific/post_events.scss
2019-09-17 00:28:41 -05:00

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);
}
}
}