diff --git a/view/molistar/activity/2025-Mawlid/css/index.css b/view/molistar/activity/2025-Mawlid/css/index.css index b63e736..5050000 100644 --- a/view/molistar/activity/2025-Mawlid/css/index.css +++ b/view/molistar/activity/2025-Mawlid/css/index.css @@ -891,4 +891,8 @@ body { .Turkiye .page2 .content { background: url(../images/rewardBg-tr.png) no-repeat; background-size: 100% 100%; +} +.Turkiye .header { + background: url(../images/header-tr.png) no-repeat; + background-size: 100% 100%; } \ No newline at end of file diff --git a/view/molistar/activity/2025-Mawlid/css/index.scss b/view/molistar/activity/2025-Mawlid/css/index.scss index 666c221..33ae097 100644 --- a/view/molistar/activity/2025-Mawlid/css/index.scss +++ b/view/molistar/activity/2025-Mawlid/css/index.scss @@ -1004,4 +1004,8 @@ body { background: url(../images/rewardBg-tr.png) no-repeat; background-size: 100% 100%; } + .header { + background: url(../images/header-tr.png) no-repeat; + background-size: 100% 100%; + } } diff --git a/view/molistar/activity/2025-Mawlid/images/header-tr.png b/view/molistar/activity/2025-Mawlid/images/header-tr.png new file mode 100644 index 0000000..ae3b667 Binary files /dev/null and b/view/molistar/activity/2025-Mawlid/images/header-tr.png differ