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

Commit 407a767

Browse files
committed
Organisation Page Fix
1 parent 5a978f9 commit 407a767

2 files changed

Lines changed: 42 additions & 1 deletion

File tree

github-dark.css

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1135,6 +1135,47 @@ hr,
11351135
}
11361136

11371137

1138+
/* Create Organisation */
1139+
1140+
.setup-header {
1141+
text-shadow: none;
1142+
}
1143+
1144+
.steps {
1145+
border-color: #304251;
1146+
}
1147+
1148+
.steps li {
1149+
background-color: #1a2632;
1150+
border-color: #304251;
1151+
}
1152+
1153+
.steps li.current {
1154+
color: #9e9e9e;
1155+
background-color: #243447;
1156+
}
1157+
1158+
.setup-info-module {
1159+
background-color: #1a2632;
1160+
border-color: #304251;
1161+
box-shadow: none;
1162+
}
1163+
1164+
.setup-info-module h2 {
1165+
border-color: #304251;
1166+
}
1167+
1168+
.plan-choice.open,
1169+
.plan-choice.selected {
1170+
background-color: #1a2632;
1171+
}
1172+
1173+
.plan-choice {
1174+
background-color: #1a2632;
1175+
border-color: #304251;
1176+
}
1177+
1178+
11381179
/* Settings Page */
11391180

11401181
.menu-heading {

0 commit comments

Comments
 (0)