Skip to content
Snippets Groups Projects
Commit 1fe224a5 authored by Alfredo Sumaran's avatar Alfredo Sumaran
Browse files

Update diff colors

parent 77c7b561
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -23,30 +23,30 @@
.line_holder {
.diff-line-num {
&.old {
background: #ffdddd;
border-color: #f1c0c0;
background: #f9d7dc;
border-color: #fac5cd;
}
 
&.new {
background: #dbffdb;
border-color: #c1e9c1;
background: #ddfbe6;
border-color: #c7f0d1;
}
}
 
.line_content {
&.old {
background: #ffecec;
background: #fbe9eb;
 
span.idiff {
background-color: #f8cbcb;
background-color: #ffbfc9;
}
}
 
&.new {
background: #eaffea;
background: #ecfdf0;
 
span.idiff {
background-color: #a6f3a6;
background-color: #bdf0cc;
}
}
 
Loading
Loading
@@ -59,7 +59,7 @@
 
// highlight line via anchor
pre .hll {
background-color: #f8eec7 !important;
background-color: #fcf8e6 !important;
}
 
// Search result highlight
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment