Sha256: a7d58e6f0c66ed12c2e58e365dd725b0a1a24ef5a03b335309b262713b26524f
Contents?: true
Size: 1.29 KB
Versions: 8
Compression:
Stored size: 1.29 KB
Contents
#delogger { color: black; background-color: transparent; border-radius: 0; padding: 0; margin: 0; font-weight: normal; font-style: normal; } #delogger.badge { color: white; background-color: black; border-radius: 3px; padding: 2px; margin: 0 2px; } #delogger.badge.blue { color: white; background-color: #61afef; } #delogger.badge.orange { color: white; background-color: #d19a66; } #delogger.badge.red { color: white; background-color: #e06c75; } #delogger.badge.green { color: white; background-color: #98c379; } #delogger.badge.cyan { color: white; background-color: #56b6c2; } #delogger.badge.purple { color: white; background-color: #c678dd; } #delogger.badge.focus { color: #bada55; background: #444; } #delogger.blue { color: #4078f2; } #delogger.orange { color: #986801; } #delogger.red { color: #e45649; } #delogger.green { color: #50a14f; } #delogger.cyan { color: #0184bc; } #delogger.purple { color: #a626a4; } #delogger.bold { font-weight: bold; } #delogger.italic { font-style: italic; } #delogger.strikethrough { text-decoration: line-through; } #delogger.underline { text-decoration: underline; }
Version data entries
8 entries across 8 versions & 1 rubygems