Skip to content

Commit

Permalink
Create console.css
Browse files Browse the repository at this point in the history
  • Loading branch information
staFF6773 authored Nov 18, 2024
1 parent 434ec85 commit c27d4e9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/css/console.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#console-emulator {
font-family: 'Courier New', Courier, monospace;
}

#console-output {
min-height: 200px;
padding: 10px;
background-color: #0a0a0a;
border-radius: 8px;
border: 1px solid #333;
overflow: hidden;
}

0 comments on commit c27d4e9

Please sign in to comment.