mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
7 lines
145 B
SCSS
7 lines
145 B
SCSS
|
body.mceContentBody a.ss-broken {
|
||
|
background-color: #FF7B71;
|
||
|
border: 1px red solid;
|
||
|
color: #fff;
|
||
|
padding: 1px;
|
||
|
text-decoration: underline;
|
||
|
}
|