html.dark-mode .breaking-news-carousel { background-color: #485760; } html.dark-mode .time-btn { background-color: #B8C1C6 !important; color: #242424 !important; } html.dark-mode #breaking-carousel-next-arrow svg, html.dark-mode #breaking-carousel-prev-arrow svg { fill: none !important; } html.dark-mode #breaking-carousel-next-arrow svg circle, html.dark-mode #breaking-carousel-prev-arrow svg circle { stroke: #AFAFAF !important; } html.dark-mode #breaking-carousel-next-arrow svg path, html.dark-mode #breaking-carousel-prev-arrow svg path { fill: #AFAFAF !important; stroke: #AFAFAF !important; } .breaking-news-carousel { background-color: #92A2AB24; } #breaking-carousel-prev-arrow { cursor: pointer; } #breaking-carousel-next-arrow { cursor: pointer; } #BreakingNewsCarousel { width: 81%; } .time-btn { background-color: var(--primary); border-radius: 3px; padding: 4px 10px; font-weight: 600; text-align: center; color: white !important; width: fit-content; font-size: 12px; } .border-top { border-top: 2px #697075 solid !important; }
.alert-btn{ background-color: white; border-radius: 3px; padding:4px 10px; font-weight: 600; text-align:center; color:#D30000 !important; width:fit-content; font-size:12px; } footer{ margin-bottom:79px; }
عاجل
{{ item.title }}
document.addEventListener('DOMContentLoaded', function () { const closeBtn = document.getElementById('close-banner-btn'); const banner = document.getElementById('breaking-banner'); closeBtn.addEventListener('click', function () { banner.style.display = 'none'; }); });