12 lines
138 B
CSS
12 lines
138 B
CSS
.homegrade-page-container {
|
|
.column-card {
|
|
h2,
|
|
h3,
|
|
h4,
|
|
h5,
|
|
h6 {
|
|
@apply text-secondary;
|
|
}
|
|
}
|
|
}
|