Increased contrast for text and diff text

This commit is contained in:
Martin Mahner 2013-03-28 21:38:25 +01:00
parent 04e54be2aa
commit 2996bb9a3b

View file

@ -142,7 +142,7 @@ ol.linenums {
}
ol.linenums li {
color: #888;
color: #aaa;
font-size: 12px;
line-height: 20px;
cursor: pointer;
@ -155,8 +155,8 @@ ol.linenums li.marked {
/* ----------------------------------------------------------------------------
Pygments
---------------------------------------------------------------------------- */
pre .gd { background-color: rgba(226, 12, 19, .5); display: block; }
pre .gi { background-color: rgba(23, 189, 10, .5); display: block; }
pre .gd { background-color: rgba(226, 12, 19, .5); color: #fff; display: block; }
pre .gi { background-color: rgba(23, 189, 10, .5); color: #fff; display: block; }
pre .hll { background-color: #49483e }