Archived
1
0
This repository has been archived on 2024-05-04. You can view files and clone it, but cannot push or open issues or pull requests.
cyca/resources/css/base/forms/textarea.css
2022-01-12 00:35:37 +01:00

6 lines
106 B
CSS
Executable File
Vendored

textarea {
@apply rounded w-full;
@apply bg-white;
@apply dark:bg-gray-500 dark:text-white;
}