feat: cooler path display style
This commit is contained in:
parent
7851abb262
commit
a95920db70
1 changed files with 4 additions and 4 deletions
|
@ -80,11 +80,11 @@ main {
|
||||||
}
|
}
|
||||||
|
|
||||||
.terminal-path {
|
.terminal-path {
|
||||||
color: var(--terminal-green);
|
background-color: var(--accent-color);
|
||||||
padding: 1rem;
|
color: var(--bg-color);
|
||||||
font-size: 1.2rem;
|
padding: 5px 10px;
|
||||||
|
font-size: 1rem;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
border-radius: 4px;
|
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue