rowt/frontend/scss/components/_headlines.scss

7 lines
280 B
SCSS
Raw Normal View History

.h1 {
2023-11-04 00:19:46 +01:00
@apply text-center text-3xl uppercase tracking-wide font-bold text-primary-900 dark:text-white;
}
2023-07-30 14:31:15 +02:00
.h2 {
2023-11-04 00:19:46 +01:00
@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;
2023-07-30 14:31:15 +02:00
}