diff options
Diffstat (limited to 'src/App.css')
-rw-r--r-- | src/App.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/App.css b/src/App.css index 06ec594..771c2c9 100644 --- a/src/App.css +++ b/src/App.css @@ -146,11 +146,11 @@ } .whiLogo { - background: url("./background.png"); + background: url("./logo_bg.svg"); } .invLogo { - background: url("./background_inv.png"); + background: url("./logo_bg_inv.svg"); } #bgvid { |