20 lines
397 B
CSS
Executable file
20 lines
397 B
CSS
Executable file
.story.owned > .preview {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.story > .preview {
|
|
transition: background-color 0.2s;
|
|
}
|
|
|
|
.story.highlighted.planned > .preview {
|
|
background-color: #dfdfdf;
|
|
}
|
|
|
|
.story.highlighted.started > .preview,
|
|
.story.highlighted.finished > .preview {
|
|
background-color: #e3e3c1;
|
|
}
|
|
|
|
.story.highlighted.accepted > .preview {
|
|
background-color: #cadbbf;
|
|
}
|