Dark mode support for Polls

This commit is contained in:
Justin
2022-06-16 14:22:00 -04:00
parent 4687f9b79b
commit 2f4f2c02b1
4 changed files with 30 additions and 24 deletions

View File

@@ -209,7 +209,7 @@
}
.status__content {
@apply text-gray-900 dark:text-gray-300 break-words text-ellipsis overflow-hidden relative;
@apply text-gray-900 dark:text-gray-100 break-words text-ellipsis overflow-hidden relative;
&:focus {
@apply outline-none;