fix(terminal): refactor names for posts

This commit is contained in:
Barrett Ruth 2024-06-15 14:19:10 -05:00
parent 2571771f70
commit f6750ade55
3 changed files with 8 additions and 8 deletions

View file

@ -61,7 +61,7 @@ footer {
justify-content: flex-end;
}
.cursor {
.terminal-cursor {
display: inline-block;
width: 10px;
height: 1em;
@ -78,7 +78,7 @@ footer {
}
}
.terminal-prompt {
.terminal-container {
font-family: "Courier New", monospace;
}