We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 60a80ce + 524afc1 commit f05adc9Copy full SHA for f05adc9
1 file changed
src/style.css
@@ -8,12 +8,10 @@
8
}
9
10
11
-@components {
12
- .link {
13
- @apply font-bold text-blue-600 transition-colors hover:text-blue-400 dark:text-blue-400 dark:hover:text-blue-300;
14
- }
15
-
16
- .picture {
17
- @apply aspect-[750/1334] h-96 rounded-3xl border border-gray-400 transition duration-300 hover:scale-105 hover:border-gray-500 dark:border-gray-500 dark:hover:border-gray-600;
18
+@utility link {
+ @apply font-bold text-blue-600 transition-colors hover:text-blue-400 dark:text-blue-400 dark:hover:text-blue-300;
19
+
+@utility picture {
+ @apply aspect-[750/1334] h-96 rounded-3xl border border-gray-400 transition duration-300 hover:scale-105 hover:border-gray-500 dark:border-gray-500 dark:hover:border-gray-600;
+}
0 commit comments