mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
CmsObject changes can now be tracked (disabled by default) Request logging is now disabled by default (security vector)
11 lines
160 B
CSS
11 lines
160 B
CSS
del {
|
|
text-decoration: none;
|
|
color: #b30000;
|
|
background: #fadad7;
|
|
}
|
|
ins {
|
|
background: #eaf2c2;
|
|
color: #406619;
|
|
text-decoration: none;
|
|
}
|