barrettruth.com/public/styles/git.css
2025-10-08 15:06:46 -04:00

32 lines
646 B
CSS

.clone-line {
font-family: 'Apercu Mono', monospace !important;
font-size: 1.3em;
font-weight: 400;
margin: 0.5em 0 1em 0;
text-align: left;
user-select: all;
background: transparent !important;
border: none !important;
color: inherit;
}
.clone-line code {
all: unset;
font-family: 'Apercu Mono', monospace !important;
font-size: 1em;
line-height: 1.5;
white-space: nowrap;
cursor: text;
background: transparent !important;
border: none !important;
color: inherit;
}
.clone-line .prompt {
user-select: none;
opacity: 0.8;
margin-right: 0.3em;
background: transparent !important;
color: inherit;
}