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

Commit

Permalink
Improves dark theme in Comiit Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauricio Bonani committed Jan 22, 2019
1 parent 49b658c commit 9567469
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions midnight.css
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,10 @@
background: #383C45;
}

.node-diff-element .debug-message-row:hover {
background: #f3f3f3;
}

.node-diff-node-description {
color: #222;
}
Expand All @@ -201,6 +205,10 @@
border-top-color: #2E333A;
}

.node-diff-node-entry tr:hover {
color: #222;
}

.node-diff-node-entry-cell {
border-left-color: #2E333A;
}
Expand All @@ -217,10 +225,18 @@
border-top-color: #2E333A;
}

.node-diff-node-entry:not(:last-child) {
border-bottom-color: #2E333A;
}

.node-diff-node-unchanged .node-diff-status {
color: #222;
}

.node-diff-property-cell.node-diff-node-changed {
background: #434954;
}

.node-diff-tab {
background-color: #434954;
border-color: #2E333A;
Expand Down

0 comments on commit 9567469

Please sign in to comment.