mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-12-23 23:23:06 +11:00
Increased contrast for text and diff text
This commit is contained in:
parent
04e54be2aa
commit
2996bb9a3b
1 changed files with 3 additions and 3 deletions
|
@ -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 }
|
||||
|
|
Loading…
Reference in a new issue