7 lines
280 B
SCSS
7 lines
280 B
SCSS
.h1 {
|
|
@apply text-center text-3xl uppercase tracking-wide font-bold text-primary-900 dark:text-white;
|
|
}
|
|
|
|
.h2 {
|
|
@apply font-bold uppercase tracking-wide text-center rounded-t-md text-primary-950 dark:text-white bg-gray-200 dark:bg-primary-950 bg-opacity-80 text-lg px-3 py-3;
|
|
} |