diff --git a/nextmagentacloud21/core/css/server.css b/nextmagentacloud21/core/css/server.css index 814b56d1..64c78028 100644 --- a/nextmagentacloud21/core/css/server.css +++ b/nextmagentacloud21/core/css/server.css @@ -2959,4 +2959,8 @@ opacity: unset !important; } } +.cl-main a{ + color: #00739f !important; +} + /*Responsive Styling*/ diff --git a/nextmagentacloud21/core/js/customutils.js b/nextmagentacloud21/core/js/customutils.js index 3f0a4afe..8b6f4784 100644 --- a/nextmagentacloud21/core/js/customutils.js +++ b/nextmagentacloud21/core/js/customutils.js @@ -623,7 +623,7 @@ window.onload = function () { "object" === typeof utag.gdpr && utag.gdpr.getConsentState() !== 0 && //Check is direct login is not set to 2 - (urlParams.has('direct') && urlParams.get('direct') !== '2')) { + (!urlParams.has('direct') && urlParams.get('direct') !== '2')) { //Redirect to Telekom Login redirectToTelekomLogin(); }