sync: wip changes
This commit is contained in:
10
src/styles/cursor.scss
Normal file
10
src/styles/cursor.scss
Normal file
@@ -0,0 +1,10 @@
|
||||
@use "colors.scss" as colors;
|
||||
|
||||
#cursor {
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 1px;
|
||||
height: 20px;
|
||||
position: absolute;
|
||||
background: colors.$terminal-white;
|
||||
}
|
||||
Reference in New Issue
Block a user