Compare commits
2 Commits
d03f3fe9c9
...
274fca48ea
| Author | SHA1 | Date |
|---|---|---|
|
|
274fca48ea | |
|
|
2d1de59347 |
|
|
@ -84,6 +84,12 @@
|
||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
@apply font-serif text-primary-900;
|
@apply font-serif text-primary-900;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Headings inside dark/white-text containers inherit white */
|
||||||
|
.text-white h1, .text-white h2, .text-white h3,
|
||||||
|
.text-white h4, .text-white h5, .text-white h6 {
|
||||||
|
@apply text-white;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.glass-card {
|
.glass-card {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue