feat: style
This commit is contained in:
parent
9d28d24cf2
commit
daa99fd9cd
3 changed files with 20 additions and 12 deletions
|
|
@ -1,25 +1,32 @@
|
|||
.clone-line {
|
||||
font-family: 'Apercu Mono', monospace;
|
||||
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 {
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
all: unset;
|
||||
font-family: 'Apercu Mono', monospace !important;
|
||||
font-size: 1em;
|
||||
line-height: 1.5;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.clone-line a {
|
||||
cursor: text;
|
||||
background: transparent !important;
|
||||
border: none !important;
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
border-bottom: 1px solid transparent;
|
||||
transition: border-color 0.3s ease;
|
||||
}
|
||||
|
||||
.clone-line a:hover {
|
||||
border-color: currentColor;
|
||||
.clone-line .prompt {
|
||||
user-select: none;
|
||||
opacity: 0.8;
|
||||
margin-right: 0.3em;
|
||||
background: transparent !important;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue