philomena/assets/css/views/posts.css

11 lines
164 B
CSS
Raw Normal View History

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