Title.module.css27 lines · main
1.sbui-typography-title {
2 @apply text-gray-900;
3 @apply dark:text-white;
4}
5
6h1.sbui-typography-title {
7 @apply text-5xl;
8}
9
10h2.sbui-typography-title {
11 @apply text-4xl;
12}
13
14h3.sbui-typography-title {
15 @apply text-2xl;
16}
17
18h4.sbui-typography-title {
19 @apply text-lg;
20}
21
22h5.sbui-typography-title {
23 @apply text-base;
24}
25/* a {
26 @apply text-blue-600 underline;
27} */