1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 09:18:48 +02:00
phorge-phorge/webroot/rsrc/css/application/search/search-results.css

33 lines
522 B
CSS
Raw Normal View History

/**
* @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;
}