diff --git a/css/cms_left.css b/css/cms_left.css index 63d80471..f32b0cf4 100644 --- a/css/cms_left.css +++ b/css/cms_left.css @@ -342,12 +342,16 @@ ul.tree li.untranslated a:visited { width: 70%; } -#right ins * { +#right ins, #right ins * { background-color: green; + color: white; + text-decoration: none; } -#right del *{ +#right del, #right del *{ background-color: red; + color: white; + text-decoration: strikethough; } #sitetree a.contents {