chore: fix path syntax in core programs
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
@use "colors.scss" as colors;
|
||||
|
||||
#cursor {
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 1px;
|
||||
height: 20px;
|
||||
position: absolute;
|
||||
background: colors.$terminal-white;
|
||||
|
||||
top: 0;
|
||||
left: 0;
|
||||
|
||||
position: absolute;
|
||||
|
||||
backdrop-filter: invert(100%) saturate(0);
|
||||
transition: .2s cubic-bezier(0, 1, 0.3, 1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user