diff --git a/public/js/add_content.js b/public/js/add_content.js index f1dc3465631a0678897adf66b879eea9cc586d29..5507a0d0b901a22857ed1ad88addfb16ca3fcff8 100644 --- a/public/js/add_content.js +++ b/public/js/add_content.js @@ -77,7 +77,7 @@ function addcontent(item) { var sdgProjectHTML = ''; if ('sdgImage' in item) { var sdgProjectLink = item.sdgImage; - var customColor = '#8A2BE2'; + var customColor = 'lilac'; sdgProjectHTML = `<a class="sdg-button btn btn-sm btn-outline-" style="color: white; border-color: ${customColor};" href="javascript:void(0);"onclick="toggleImage('${sdgProjectLink}'); changeColor(this, '${customColor}');" onmouseover="hoverEffect(this, 'lilac', 'white');"onmouseout="hoverEffect(this, '${customColor}', 'white');">SDG Projekt <img id="sdgImage" src="" alt="SDG Project Image" style="max-width: 100%; max-height: 100%; display: none;"></a> `; }