less word wrapping

This commit is contained in:
2023-10-19 22:18:19 -07:00
parent 6863684d9e
commit da6167622f
3 changed files with 9 additions and 3 deletions

View File

@@ -3135,6 +3135,11 @@ input:checked + .toggle-bg {
color: rgb(250 202 21 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-red-500) {
--tw-text-opacity: 1;
color: rgb(255 3 3 / var(--tw-text-opacity));
}
:is(.dark .dark\:placeholder-gray-400)::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgb(156 163 175 / var(--tw-placeholder-opacity));