1
0
Fork 0

added background

This commit is contained in:
Sara Gerretsen 2025-12-28 23:01:10 +01:00
parent 76b282ed9f
commit c94eb67031
3 changed files with 2 additions and 0 deletions

BIN
background.ase Normal file

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

View file

@ -9,6 +9,8 @@
body { body {
background-color: var(--color-background); background-color: var(--color-background);
background-image: url('background.png');
background-size: 100%;
color: var(--color-text); color: var(--color-text);
font-family: system-ui; font-family: system-ui;
margin-right: auto; margin-right: auto;