@layer utilities {
  .cally {
    @layer daisyui.l1.l2.l3 {
      & ::part(button day today) {
        background: transparent;
        color: inherit;
      }
    }
  }
}