You've already forked AstralRinth
forked from didirus/AstralRinth
* Refactor search page, migrate to /discover/ * Add NormalPage component for common layouts, refactor Collections page as an example, misc ui pkg cleanup * intl:extract * lint * lint * remove old components * Refactor search page, migrate to /discover/ * Add NormalPage component for common layouts, refactor Collections page as an example, misc ui pkg cleanup * intl:extract * lint * lint * remove old components
15 lines
351 B
CSS
15 lines
351 B
CSS
@layer utilities {
|
|
.heading-xl {
|
|
@apply m-0 text-xl font-semibold leading-none text-contrast;
|
|
}
|
|
.heading-2xl {
|
|
@apply m-0 text-2xl font-semibold leading-none text-contrast;
|
|
}
|
|
.heading-3xl {
|
|
@apply m-0 text-3xl font-semibold leading-none text-contrast;
|
|
}
|
|
.heading-4xl {
|
|
@apply m-0 text-4xl font-semibold leading-none text-contrast;
|
|
}
|
|
}
|