diff --git a/background.ase b/background.ase new file mode 100644 index 0000000..3b7cc85 Binary files /dev/null and b/background.ase differ diff --git a/objectionable.solutions/background.png b/objectionable.solutions/background.png new file mode 100644 index 0000000..f4c180c Binary files /dev/null and b/objectionable.solutions/background.png differ diff --git a/objectionable.solutions/style.css b/objectionable.solutions/style.css index 5a2ff49..3d6092d 100644 --- a/objectionable.solutions/style.css +++ b/objectionable.solutions/style.css @@ -9,6 +9,8 @@ body { background-color: var(--color-background); + background-image: url('background.png'); + background-size: 100%; color: var(--color-text); font-family: system-ui; margin-right: auto;