Tweaks to diff classes and new one added

Green class has black text to make more visible
Grey class has darker background
New lighter grey class added for non changed portions of text on diff
line
This commit is contained in:
Matt Pass
2014-10-29 12:37:17 +00:00
parent bc552d2d2f
commit cfc4410275

View File

@@ -68,9 +68,10 @@ $activeLineBG = array_search($ICEcoder["theme"],array("3024-day","base16-light",
h2 {color: rgba(0,198,255,0.7)}
.heading {color:#888}
.cm-s-diff {left: 50%}
.diffGreen {background: #0b0 !important; color: #fff !important}
.diffGreen {background: #0b0 !important; color: #000 !important}
.diffRed {background: #800 !important; color: #fff !important}
.diffGrey {background: #888 !important; color: #fff !important}
.diffGrey {background: #444 !important; color: #fff !important}
.diffGreyLighter {background: #888 !important; color: #222 !important}
.diffNone {}
</style>
<link rel="stylesheet" href="lib/file-types.css">