Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/core/remarkup.css
| Show First 20 Lines • Show All 80 Lines • ▼ Show 20 Lines | |||||
| } | } | ||||
| .phabricator-remarkup tt.remarkup-monospaced { | .phabricator-remarkup tt.remarkup-monospaced { | ||||
| color: {$blacktext}; | color: {$blacktext}; | ||||
| background: rgba({$alphablue},0.1); | background: rgba({$alphablue},0.1); | ||||
| padding: 1px 4px; | padding: 1px 4px; | ||||
| border-radius: 3px; | border-radius: 3px; | ||||
| white-space: pre-wrap; | white-space: pre-wrap; | ||||
| line-break: anywhere; | |||||
| } | } | ||||
| /* NOTE: You can currently produce this with [[link | `name`]]. Restore the | /* NOTE: You can currently produce this with [[link | `name`]]. Restore the | ||||
| link color. */ | link color. */ | ||||
| .phabricator-remarkup a tt.remarkup-monospaced { | .phabricator-remarkup a tt.remarkup-monospaced { | ||||
| color: {$anchor}; | color: {$anchor}; | ||||
| } | } | ||||
| ▲ Show 20 Lines • Show All 804 Lines • Show Last 20 Lines | |||||