Skip to content
This repository has been archived by the owner on Jan 5, 2021. It is now read-only.

Commit

Permalink
Improve dark theme in Project Start dialog screen
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauricio Bonani committed May 18, 2019
1 parent 74e6758 commit 5d01382
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion midnight.css
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,11 @@
border-right-color: #999;
}


.projects-dialog-screen-start .projects-dialog-screen-start-body {
color: #EDEDED;
}

.projects-dialog-ssh-key-list .projects-dialog-ssh-key-header:hover {
color: #222;
}
Expand Down Expand Up @@ -488,7 +493,7 @@
}

.projects-edit-form form .form-row label {
color: #222;
color: #EDEDED;
}

.red-ui-editableList-border .red-ui-editableList-header {
Expand Down

0 comments on commit 5d01382

Please sign in to comment.