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

10 lines
163 B
CSS

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