Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/core/syntax.css
| Show All 23 Lines | span.crossreference-item { | ||||
| border-bottom: 1px solid {$yellow}; | border-bottom: 1px solid {$yellow}; | ||||
| cursor: help; | cursor: help; | ||||
| } | } | ||||
| .remarkup-code .invisible { | .remarkup-code .invisible { | ||||
| color: #222222; | color: #222222; | ||||
| background: #dddddd; | background: #dddddd; | ||||
| } | } | ||||
| .suspicious-character { | |||||
| background: #ff7700; | |||||
| color: #ffffff; | |||||
| cursor: default; | |||||
| } | |||||