/** * @provides phabricator-search-results-css */ .phui-oi-link strong { color: {$fire}; text-decoration: underline; } .phui-source-fragment { color: {$darkgreytext}; } .phui-source-fragment strong { background-color: {$gentle.highlight}; font-weight: 600; color: {$blacktext}; letter-spacing: 0.02em; } .phui-fulltext-tokens { margin: 16px 8px; font-weight: bold; } .phui-fulltext-tokens .phui-tag-view { margin: 0 2px; } .phui-fulltext-tokens .phui-tag-view.phui-tag-grey { opacity: 0.5; }