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

19 lines
296 B
CSS
Raw Normal View History

/**
* @provides phabricator-search-results-css
*/
.phui-object-item-link strong {
color: {$fire};
text-decoration: underline;
}
.phui-source-fragment {
color: {$darkgreytext};
}
.phui-source-fragment strong {
background-color: {$lightyellow};
font-weight: normal;
color: #000;
}