feat: basic terminal printing
This commit is contained in:
21
src/styles/terminal.scss
Normal file
21
src/styles/terminal.scss
Normal file
@@ -0,0 +1,21 @@
|
||||
@use "colors.scss" as colors;
|
||||
|
||||
#terminal {
|
||||
background: colors.$terminal-background;
|
||||
color: colors.$terminal-white;
|
||||
font-family: "JetBrains Mono", "Cascadia Mono", "Consolas", monospace;
|
||||
|
||||
::-moz-selection {
|
||||
background: colors.$terminal-white;
|
||||
color: colors.$terminal-background;
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 0;
|
||||
height: fit-content;
|
||||
|
||||
span {
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user