mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-01-19 22:27:59 +01:00
10 lines
163 B
CSS
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);
|
|
}
|