Update background image path in style.css

This commit is contained in:
天クマ 2026-02-06 20:27:22 -03:00 committed by GitHub
commit 0df4e324df
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -133,7 +133,7 @@ aside::before {
background-size: contain;
background-position: left bottom;
background-image: url('/background.png');
background-image: url('./background.png');
background-repeat: no-repeat;
z-index: 0;