We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7d518d commit 01d96a7Copy full SHA for 01d96a7
html/views/history/history.css
@@ -214,13 +214,13 @@ a {
214
-webkit-box-shadow: 0 1px 1px #fff;
215
}
216
#files .changes-bar.added {
217
- background-color: #1a843d;
218
- border: 1px solid #164b27;
+ background-color: #b2ffaf;
+ border: 1px solid #080;
219
220
#files .changes-bar.removed {
221
top: 10px;
222
- background-color: #ce2e2b;
223
- border: 1px solid #8c1815;
+ background-color: #febfbf;
+ border: 1px solid #B00;
224
225
226
#files .diffstat-numbers {
@@ -233,7 +233,7 @@ a {
233
234
235
#files .diffstat-numbers.summary {
236
- border-left: 1px solid #333;
+ border-left: 1px solid #656565;
237
-webkit-border-top-right-radius: 12px;
238
-webkit-border-bottom-right-radius: 12px;
239
right: 1px;
0 commit comments