Sha256: 99aed8818415ddbb6daa887f9dbd2e8743d26665756b0b5444234a235c267f78
Contents?: true
Size: 539 Bytes
Versions: 3
Compression:
Stored size: 539 Bytes
Contents
.terminal { height: 200px; background-color: #222; padding: 10px 0; margin-bottom: 20px; overflow-y: scroll; overflow-x: hidden; p { font-family: monospace; font-size: 16px; color: #22da26; overflow-wrap: anywhere; &.terminal_error { color: #f00; } } &::-webkit-scrollbar { width: 12px; height: 12px; background: #aaa; } &::-webkit-scrollbar-thumb { background: #222; border-radius: 6px; border: 3px solid transparent; background-clip: content-box; } }
Version data entries
3 entries across 3 versions & 1 rubygems