/** * @provides paste-css */ .paste-embed { background: {$paste.content}; border: 1px solid {$paste.border}; border-radius: 3px; } .paste-embed .phabricator-source-code-container { border: none; } .paste-embed-head { border-bottom: 1px solid {$paste.border}; background: {$paste.highlight}; padding: 8px 12px; } .paste-embed-head a { color: {$darkbluetext}; font-weight: bold; } .paste-embed-body { overflow-y: auto; } .paste-embed-body .phabricator-source-code-container { border-top-right-radius: 0; border-top-left-radius: 0; }