<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*base*/
[data-theme="dark"] html{background: #202020;color: #dddddd;}
[data-theme="dark"] body {background: #202020;color: #dddddd;}
[data-theme="dark"] .cl-black{color:#dddddd !important;}
[data-theme="dark"] .cl-green {color:#dddddd !important;}
[data-theme="dark"] .cl-white{color:#121212 !important;}
[data-theme="dark"] .cl-dark{color:#575757 !important;}
[data-theme="dark"] .bg-black{background:#dddddd !important;}
[data-theme="dark"] .bg-white{background:#121212 !important;}
[data-theme="dark"] a{color:#dddddd;}
[data-theme="dark"] a:hover, a:focus {color:#575757;}
[data-theme="dark"] .logo_footer {fill:#ffffff !important;}
[data-theme="dark"] .xtwitter {fill:#ffffff !important;}
[data-theme="dark"] .footer{background:#000;}
[data-theme="dark"] .footer a.link {color:#dddddd;}
[data-theme="dark"] .footer a.link:hover {color:#575757;}
[data-theme="dark"] .footer p.copy {color:#dddddd;}
[data-theme="dark"] ul.sosmed li a{background:transparent; color:#dddddd; border-color:#dddddd;}
[data-theme="dark"] #cd-menu-trigger{border-color:#303030; background:#fff;}
[data-theme="dark"] #cd-menu-trigger .cd-menu-icon{background-color:#212121;}
[data-theme="dark"] #cd-menu-trigger.is-clicked .cd-menu-icon::before,
[data-theme="dark"] #cd-menu-trigger.is-clicked .cd-menu-icon::after {
background-color: #212121; 
}
[data-theme="dark"] #cd-menu-trigger.is-clicked .cd-menu-icon {
background-color: transparent
}
[data-theme="dark"] .card-box.bigger .text-card{border-bottom:1px solid #303030; background:#303030; color:#aaa !important;}
[data-theme="dark"] .box_penulis{background:#191919;}
[data-theme="dark"] #cd-lateral-nav{background-color:#303030;}
[data-theme="dark"] ul.pagging li a {border: 1px solid #303030;color: #ddd;background: #191919;}
[data-theme="dark"] ul.pagging li a:hover {background: #303030;color: #767676;border: 1px solid #303030;}
[data-theme="dark"] ul.pagging li a.selected {background: #767676;color: #fff;border: 1px solid #767676; }
</pre></body></html>