Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/phabricator
Path: blob/master/webroot/rsrc/css/application/search/search-results.css
12242 views
1
/**
2
* @provides phabricator-search-results-css
3
*/
4
5
.phui-oi-link strong {
6
color: {$fire};
7
text-decoration: underline;
8
}
9
10
.phui-source-fragment {
11
color: {$darkgreytext};
12
}
13
14
.phui-source-fragment strong {
15
background-color: {$gentle.highlight};
16
font-weight: 600;
17
color: {$blacktext};
18
letter-spacing: 0.02em;
19
}
20
21
.phui-fulltext-tokens {
22
margin: 16px 8px;
23
font-weight: bold;
24
}
25
26
.phui-fulltext-tokens .phui-tag-view {
27
margin: 0 2px;
28
}
29
30
.phui-fulltext-tokens .phui-tag-view.phui-tag-grey {
31
opacity: 0.5;
32
}
33
34