diff --git a/static/css/style.css b/static/css/style.css index fa9685c..e717391 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -178,7 +178,7 @@ main { } #game-grid .mdl-card { position: relative; - background: url(/icons/icon128.png) rgba(0, 0, 0, 0.5) center no-repeat; + background: url('../res/placeholder_game.svg') rgba(29, 29, 29, 1) center/cover no-repeat; } #host-grid .mdl-card, #game-grid .mdl-card { text-align: center; diff --git a/static/res/placeholder_game.svg b/static/res/placeholder_game.svg new file mode 100644 index 0000000..916a547 --- /dev/null +++ b/static/res/placeholder_game.svg @@ -0,0 +1 @@ + \ No newline at end of file