diff --git a/public/css/splash.css b/public/css/splash.css index 1519d238ff..68f3f01730 100644 --- a/public/css/splash.css +++ b/public/css/splash.css @@ -21,13 +21,15 @@ .splash { margin: auto; - width: 160px; - height: 160px; position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; + background-image: none, url("../images/splash.svg"); + background-position: center; + background-repeat: no-repeat; + background-size: 160px; color: #888; text-align: center; animation-duration: 1s; @@ -39,4 +41,4 @@ -webkit-animation-name: pulse; -webkit-animation-iteration-count: infinite; -webkit-animation-direction: alternate; -} \ No newline at end of file +}