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

Commit c63d95e

Browse files
committed
U2016 - Repo Project support
1 parent e9aaa29 commit c63d95e

2 files changed

Lines changed: 28 additions & 1 deletion

File tree

github-dark.css

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1200,6 +1200,33 @@ ul.comparison-list>li {
12001200
}
12011201

12021202

1203+
/* Repo Project Tab */
1204+
1205+
.border {
1206+
border-color: #304251 !important;
1207+
}
1208+
1209+
.bg-gray {
1210+
background-color: #1a2632 !important;
1211+
}
1212+
1213+
.project-header {
1214+
background-color: #1a2632;
1215+
}
1216+
1217+
.project-columns {
1218+
background-color: #1a2632;
1219+
}
1220+
1221+
.bg-white {
1222+
background-color: #243447 !important;
1223+
}
1224+
1225+
.bg-gray-light {
1226+
background-color: #1a2632 !important;
1227+
}
1228+
1229+
12031230
/* Repo Pulse Tab */
12041231

12051232
.pulse-graph:first-child {

0 commit comments

Comments
 (0)