terminal prompt needs to be recyclable

This commit is contained in:
2025-02-03 03:01:06 -05:00
parent 390ff9bccf
commit 49a62df236
14 changed files with 179 additions and 116 deletions

View File

@ -25,15 +25,7 @@ const {title} = Astro.props
<style is:global lang="scss">
@forward "../scss/fonts";
@forward "../scss/terminal";
* {
font-family: 'Terminus', monospace;
font-size: 15px;
letter-spacing: 2px;
cursor: text;
text-wrap: nowrap;
}
:root {
color-scheme: dark;
@ -58,7 +50,6 @@ const {title} = Astro.props
a {
color: white;
cursor: unset;
&:hover, &:active, &:link { text-decoration: none; }
}
</style>