diff --git a/routes/project.ts b/routes/project.ts index d7e86a429ec9091088ff73b350266091693a4235..802062b929f88d08c260744c950130995cb66294 100644 --- a/routes/project.ts +++ b/routes/project.ts @@ -89,7 +89,7 @@ module.exports = function (app:any, lang:string) { for(let i = 0; i < projectData.length; i++){ // M4_LAB logo for all projects that do not have logo if (projectData[i].avatar_url == null) { - projectData[i].avatar_url = "https://m4lab.hft-stuttgart.de/img/footer/M4_LAB_LOGO_Graustufen.png" + projectData[i].avatar_url = "https://m4lab.hft-stuttgart.de/img/body/M4_LAB_LOGO_NO_TEXT.png" } // for all projects that have no description if (projectData[i].description == "") { @@ -159,7 +159,7 @@ module.exports = function (app:any, lang:string) { if (status) { // M4_LAB logo for all projects that do not have logo if (pagesData[i].avatar_url == null) { - pagesData[i].avatar_url = "https://m4lab.hft-stuttgart.de/img/footer/M4_LAB_LOGO_Graustufen.png" + pagesData[i].avatar_url = "https://m4lab.hft-stuttgart.de/img/body/M4_LAB_LOGO_NO_TEXT.png" } // for all projects that have no description if (pagesData[i].description == "") { diff --git a/views/DE/project/pagesList.pug b/views/DE/project/pagesList.pug index 34f7f755d77434ee6d79eb945cd21e79e3269a0d..3511db63a74a0d2a6a32db7cb0bedd552eaca746 100644 --- a/views/DE/project/pagesList.pug +++ b/views/DE/project/pagesList.pug @@ -18,7 +18,7 @@ html(lang="de") width: 100%; color: black; font-weight: bold; - background: rgb(255, 255, 255, 0.5); + background: rgb(255, 255, 255, 0.9); text-align: left; padding: 5px } diff --git a/views/DE/project/projectList.pug b/views/DE/project/projectList.pug index 211cee13c30241625be58c77113963cfd6eb0672..e172b3b77e2d7b56253b23f8c4b227763a08ddd7 100644 --- a/views/DE/project/projectList.pug +++ b/views/DE/project/projectList.pug @@ -18,7 +18,7 @@ html(lang="de") width: 100%; color: black; font-weight: bold; - background: rgb(255, 255, 255, 0.5); + background: rgb(255, 255, 255, 0.9); text-align: left; padding: 5px }