mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-02-22 13:23:09 +01:00
11 lines
164 B
CSS
11 lines
164 B
CSS
|
/* Post diffs */
|
||
|
del.differ {
|
||
|
width: 670px;
|
||
|
background: var(--danger-light-color);
|
||
|
}
|
||
|
|
||
|
ins.differ {
|
||
|
width: 670px;
|
||
|
background: var(--success-light-color);
|
||
|
}
|