Sha256: d8861038a761c4e88a1e3eb35fdce59bd6a2271d0a3a7b0f68a2ed2f6cfa4533
Contents?: true
Size: 1.07 KB
Versions: 51
Compression:
Stored size: 1.07 KB
Contents
.diff { overflow: auto; } .diff ul { background: #fff; overflow: auto; font-size: 13px; list-style: none; margin: 0; padding: 0; display: table; width: 100%; } .diff del, .diff ins { display: block; text-decoration: none; } .diff li { padding: 0; display: table-row; margin: 0; height: 1em; } .diff li.ins { background: #dfd; color: #080; } .diff li.del { background: #fee; color: #b00; } .diff li:hover { background: #ffc; } /* try 'whitespace:pre;' if you don't want lines to wrap */ .diff del, .diff ins, .diff span { white-space: pre-wrap; font-family: courier; } .diff del strong { font-weight: normal; background: #fcc; } .diff ins strong { font-weight: normal; background: #9f9; } .diff li.diff-comment { display: none; } .diff li.diff-block-info { background: none repeat scroll 0 0 gray; } @media screen and (prefers-color-scheme: dark) { .diff li.ins { background: #030; } .diff li.del { background: #300; } } html.dark { .diff li.ins { background: #030; } .diff li.del { background: #300; } }
Version data entries
51 entries across 51 versions & 1 rubygems