diff --git a/bg.jpg b/bg.jpg new file mode 100644 index 0000000..bba4a2d Binary files /dev/null and b/bg.jpg differ diff --git a/scoreboard.html b/scoreboard.html index 7072fab..92df83b 100644 --- a/scoreboard.html +++ b/scoreboard.html @@ -26,7 +26,7 @@ src: url(Mostwasted.ttf); } body { - background: #222; + background: url(bg.jpg) #222; color: #eee; font-family: Most Wazted, fantasy; font-size: 5em; diff --git a/style.css b/style.css index 7ebabf6..9565c71 100644 --- a/style.css +++ b/style.css @@ -3,7 +3,7 @@ src: url(Mostwasted.ttf); } body { - background: #222 url(stone-cmp.jpg); + background: #222 url(bg.jpg); color: #eee; max-width: 40em; margin: auto auto;