Skip to content
This repository was archived by the owner on Jul 22, 2022. It is now read-only.

Commit 8a6563f

Browse files
committed
Search Results Support
1 parent 407a767 commit 8a6563f

2 files changed

Lines changed: 27 additions & 2 deletions

File tree

github-dark.css

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1286,12 +1286,37 @@ li.session-device {
12861286
}
12871287

12881288

1289-
/* Misc */
1289+
/* Search Results */
12901290

12911291
.repo-list-item {
12921292
border-color: #304251;
12931293
}
12941294

1295+
.codesearch-results .repo-list-name em,
1296+
.codesearch-results .repo-list-description em {
1297+
background-color: #29394a;
1298+
}
1299+
1300+
.participation-graph rect {
1301+
fill: #243447;
1302+
}
1303+
1304+
.code-list .file-box {
1305+
border-color: #304251;
1306+
}
1307+
1308+
.code-list .code-list-item+.code-list-item {
1309+
border-color: #304251;
1310+
}
1311+
1312+
.code-list .language {
1313+
color: #9e9e9e;
1314+
}
1315+
1316+
.codesearch-aside .menu .octicon {
1317+
color: #8899a6;
1318+
}
1319+
12951320

12961321
/* Experimental */
12971322

0 commit comments

Comments
 (0)