1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-11 01:12:41 +01:00
phorge-phorge/webroot/rsrc/css/application/search/search-results.css

24 lines
361 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;
}
.phui-search-snippet {
margin: 0 8px;
color: {$greytext};
}