feat: complete shell revamp
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
background: colors.$terminal-background;
|
||||
color: colors.$terminal-white;
|
||||
font-family: "CaskaydiaCove", "CaskaydiaCove Nerd Font", "JetBrains Mono", "JetBrains Mono Nerd", monospace;
|
||||
font-variant-ligatures: normal;
|
||||
font-feature-settings: "liga" 1, "calt" 1;
|
||||
|
||||
::-moz-selection {
|
||||
background: colors.$terminal-white;
|
||||
@@ -15,16 +17,10 @@
|
||||
p {
|
||||
margin: 0;
|
||||
height: fit-content;
|
||||
word-wrap: break-word;
|
||||
text-wrap: nowrap;
|
||||
display: flex;
|
||||
|
||||
span {
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
|
||||
.line {
|
||||
width: fit-content
|
||||
width: fit-content;
|
||||
white-space: pre;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user