Fix dm interop

This commit is contained in:
Jon Staab
2024-10-11 11:20:13 -07:00
parent fa7852113b
commit 064c69eed0
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -56,7 +56,7 @@
.hover\:bg-alt:hover,
.bg-alt .bg-alt .hover\:bg-alt:hover,
.bg-alt .bg-alt.hover\:bg-alt:hover {
@apply bg-base-100 transition-colors;
@apply bg-base-100 transition-colors text-base-content;
}
.bg-alt .bg-alt,
@@ -65,7 +65,7 @@
.bg-alt .bg-alt .bg-alt .hover\:bg-alt:hover,
.bg-alt.hover\:bg-alt:hover,
.bg-alt .bg-alt .bg-alt.hover\:bg-alt:hover {
@apply bg-base-300 transition-colors;
@apply bg-base-300 transition-colors text-base-content;
}
.card2 {