Fix tippy-box styles in index.css

This commit is contained in:
shidorien
2024-01-07 18:27:42 +01:00
parent 9d613d5a7f
commit 7dc63fa775
+6 -6
View File
@@ -79,21 +79,21 @@
}
.tippy-box[data-theme~='default'] {
@apply !bg-neutral-900;
@apply !text-white;
@apply bg-neutral-900;
@apply text-white;
}
.tippy-box[data-theme~='default'][data-placement^='top'] > .tippy-arrow::before {
@apply !border-t-neutral-900
@apply border-t-neutral-900
}
.tippy-box[data-theme~='default'][data-placement^='bottom'] > .tippy-arrow::before {
@apply !border-b-neutral-900
@apply border-b-neutral-900
}
.tippy-box[data-theme~='default'][data-placement^='left'] > .tippy-arrow::before {
@apply !border-l-neutral-900
@apply border-l-neutral-900
}
.tippy-box[data-theme~='default'][data-placement^='right'] > .tippy-arrow::before {
@apply !border-r-neutral-900
@apply border-r-neutral-900
}
@keyframes glowing {