+4
input.css
+4
input.css
···
59
59
@apply no-underline text-black hover:underline hover:text-gray-800 dark:text-white dark:hover:text-gray-300;
60
60
}
61
61
62
+
img {
63
+
@apply dark:brightness-75 dark:opacity-90;
64
+
}
65
+
62
66
label {
63
67
@apply block mb-2 text-gray-900 text-sm font-bold py-2 uppercase dark:text-gray-100;
64
68
}