Skip to content

Commit a7c7fe4

Browse files
committed
(v0.2.3(3)-beta) Caret Block
Changed the caret in the terminal to block rather than the bar that was the default, cuz yk this look a bit more techy-
1 parent f312369 commit a7c7fe4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/styles/apps/terminal.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@
5151
font-family: "JetBrains Mono", monospace;
5252
font-size: 0.94rem;
5353
font-weight: 250;
54+
55+
caret-shape: block;
56+
caret-color: white;
5457

55-
caret-shape: bar;
5658
}

0 commit comments

Comments
 (0)