:root.darkmode {
  filter: invert(1) hue-rotate(.5turn);
}

:root.darkmode :is(img, iframe, video, .adsbygoogle),
:root.darkmode [style*="background-image"] {
  filter: invert(1) hue-rotate(.5turn); /* Reset the filter for images and elements with background images */
}


:root.darkmode .avatar, :root.darkmode .top-image-headerbar, :root.darkmode .copyright_bar, :root.darkmode .footer-social-block, :root.darkmode i, :root.darkmode .logo-juve, :root.darkmode .profile_widget_avatar, :root.darkmode .logo-top, :root.darkmode .profile_widget_avatar i, :root.darkmode .cc-window.cc-banner.cc-type-info.cc-theme-classic.cc-bottom.cc-color-override--1687565279 {
  filter: invert(1) hue-rotate(.5turn); 
}

:root.darkmode .viewtopic_wrapper img.avatar {
    filter: invert(0) hue-rotate(0turn);
}

:root.darkmode .navbar .social-icon-menu i{
  filter: invert(0) hue-rotate(.5turn); 
}

:root.darkmode .profile_widget_avatar a img {
    filter: none !important;
}


:root.darkmode img:not(:hover) {
  /*opacity: .7;
  transition: opacity .25s ease-in-out;*/
}

:root.darkmode .headerbar {
/*	background-image: none;*/
}
