From d062346db2e310eee6a35ae0ea0aa3df4cb9beab Mon Sep 17 00:00:00 2001 From: Jorys_Paulin Date: Thu, 3 May 2018 16:06:54 +0200 Subject: [PATCH] Editied the album placeholder --- static/css/style.css | 2 +- static/res/placeholder_game.svg | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 static/res/placeholder_game.svg 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