Fix background url

This commit is contained in:
Arnaud 2024-11-04 16:43:47 +01:00
parent 0aafc0da30
commit 9e6aa37981
No known key found for this signature in database
GPG Key ID: 69D6CE281FCAE663

View File

@ -10,7 +10,7 @@
> div {
padding: 16px;
background-color: #141414;
background-image: url(img/welcome.png);
background-image: url(/img/welcome.png);
background-repeat: no-repeat;
background-position: var(--codex-welcome-card-background-position);
flex: 1;