Restore white text for titles
The bulma upgrade removed a `color: inherit` property I was relying on. This patch fixes it by explicitly setting the color that I want.
- Id
- a8b215f262c2ecb744466044abc003f24192ec55
- Author
- Caio
- Commit time
- 2019-05-19T20:34:13+02:00
Modified src/sass/style.scss
@import "../node_modules/bulma/bulma.sass";
+.hero.is-info h1.title a {
+ color: $white;
+}
+
.icon {
display: inline-block;
width: 1rem;