fix: Update location of background image
All checks were successful
ci / build_and_publish (push) Successful in 1m7s

This commit is contained in:
Iain Learmonth 2026-02-17 20:08:50 +00:00
parent 80af35807c
commit 88b3ad54d0

View file

@ -1,5 +1,5 @@
body.kcBodyClass {
background: url(https://www.sr2.uk/img/new_tower.jpg) no-repeat center center fixed;
background: url(https://www.sr2.uk/images/backgrounds/new_tower.jpg) no-repeat center center fixed;
background-size: cover;
}