philomena/assets/css/views/posts.css
2024-12-17 17:49:47 +01:00

10 lines
164 B
CSS

/* Post diffs */
del.differ {
width: 670px;
background: var(--danger-light-color);
}
ins.differ {
width: 670px;
background: var(--success-light-color);
}