chore: fix path syntax in core programs

This commit is contained in:
binekrasik
2026-05-19 23:19:36 +02:00
parent 1d00cf6deb
commit b5089251ff
9 changed files with 42 additions and 51 deletions

View File

@@ -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);
}