mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-05 18:09:24 +01:00
26 lines
No EOL
376 B
CSS
26 lines
No EOL
376 B
CSS
.shell {
|
|
margin: 2em;
|
|
}
|
|
.shell .prompt {
|
|
color: #0fd30f;
|
|
background-color: #070707;
|
|
border: none;
|
|
font-size: 1.7em;
|
|
width: 90%;
|
|
padding: 0 0 1.2em 0;
|
|
}
|
|
.shell .output {
|
|
font-size: 1.4166666667em;
|
|
}
|
|
|
|
.shell::before {
|
|
content: "$ ";
|
|
font-size: 1.7em;
|
|
color: #ffffff;
|
|
}
|
|
|
|
.shell[prompt=root]::before {
|
|
content: "# ";
|
|
font-size: 1.7em;
|
|
color: #ffffff;
|
|
} |