:root  > * {
  --md-primary-fg-color:        #050975;
  --md-primary-fg-color--light: #0f16d5;
  --md-primary-fg-color--dark:  #050975;
}
.myheader {
  background: url("../images/ComfyUI_00026_.png");
  background-repeat: no-repeat; 
  background-size: cover;
}

.md-header {
  background-color: transparent !important
}

.md-header__button.md-logo img {
  border-radius: 33%;
}

.md-nav__title {
  background: url("../images/ComfyUI_00026_.png");
  background-repeat: no-repeat; 
  background-size: cover;
}
.md-nav__button.md-logo img {
  border-radius: 33%;
}