barrettruth.com/public/styles/git.css
2025-10-08 19:44:09 -04:00

17 lines
368 B
CSS

.clone-line {
font-family: 'Apercu Mono', monospace !important;
font-size: 1.2em;
margin: 0 1em;
text-align: left;
user-select: all;
}
.clone-line code {
all: unset;
font-family: 'Apercu Mono', monospace !important;
white-space: normal !important;
word-break: break-word;
overflow-wrap: anywhere;
line-height: 1.5;
cursor: text;
}