feat: complete shell revamp

This commit is contained in:
binekrasik
2026-05-19 21:42:14 +02:00
parent 4a484dd546
commit 1d00cf6deb
6 changed files with 1132 additions and 217 deletions

View File

@@ -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;
}
}