Skip to content

Commit 01d96a7

Browse files
committed
Match change bar colors with diff colors
1 parent c7d518d commit 01d96a7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

html/views/history/history.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -214,13 +214,13 @@ a {
214214
-webkit-box-shadow: 0 1px 1px #fff;
215215
}
216216
#files .changes-bar.added {
217-
background-color: #1a843d;
218-
border: 1px solid #164b27;
217+
background-color: #b2ffaf;
218+
border: 1px solid #080;
219219
}
220220
#files .changes-bar.removed {
221221
top: 10px;
222-
background-color: #ce2e2b;
223-
border: 1px solid #8c1815;
222+
background-color: #febfbf;
223+
border: 1px solid #B00;
224224
}
225225

226226
#files .diffstat-numbers {
@@ -233,7 +233,7 @@ a {
233233
}
234234

235235
#files .diffstat-numbers.summary {
236-
border-left: 1px solid #333;
236+
border-left: 1px solid #656565;
237237
-webkit-border-top-right-radius: 12px;
238238
-webkit-border-bottom-right-radius: 12px;
239239
right: 1px;

0 commit comments

Comments
 (0)