philomena/assets/css/views/posts.css

11 lines
163 B
CSS
Raw Normal View History

2024-12-17 19:35:47 +01:00
/* Post diffs */
2024-12-17 17:49:05 +01:00
del.differ {
width: 670px;
background: var(--danger-light-color);
}
ins.differ {
width: 670px;
background: var(--success-light-color);
}