terminal prompt needs to be recyclable
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user