mirror of
https://github.com/thepaperpilot/Super-Auto-Coots.git
synced 2024-11-22 00:21:33 +00:00
Fix shadow
This commit is contained in:
parent
2c0c8e125c
commit
12e8915535
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ watchEffect(() => {
|
|||
|
||||
.character::after {
|
||||
content: "";
|
||||
background: url(./Shadow.png);
|
||||
background: url(../../public/Shadow.png);
|
||||
position: absolute;
|
||||
top: 15%;
|
||||
left: 0;
|
||||
|
|
Loading…
Reference in a new issue