@import "tailwindcss";

@plugin "daisyui" {
    themes: cupcake --default;
}

/*
  , dim --prefersdark;
 */

/* Hide challenge card actions in reflection context */
.reflection-context .card-actions {
  @apply hidden;
}