Skip to content

Commit 1de1aeb

Browse files
committed
fix(Hud/Taco): red square position marker
1 parent 54aebbf commit 1de1aeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src-theme/src/routes/hud/elements/taco/Taco.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
.taco {
1919
position: relative;
2020
height: 60px;
21-
background-color: red;
21+
background-color: transparent;
2222
2323
img {
2424
position: absolute;

0 commit comments

Comments
 (0)