/*
 Theme Name:   Apac Expo (Child Theme 2021)
 Theme URI:    http://wordpress.org/themes/twentytwentyone-child/
 Template:     twentytwentyone
 Text Domain:  twentytwentyonechild
 Version:      1.0
 Author:       Techmind Softwares
*/
html:has(.logged-in) header {
  margin-top: 32px;

  @media screen and (max-width: 782px) {
    margin-top: 46px;
  }
}
@media screen and (max-width: 782px) {
  #wpadminbar {
    position: fixed;
  }
}
@media (prefers-color-scheme: dark) {
  header {
    background-color:#fff !important;
  }
}