margin-bottom: 1.5rem;
}
-.notification a {
+.notification a:not(.button) {
color: currentColor;
text-decoration: underline;
}
color: #0a0a0a;
}
-.hero.is-white a,
+.hero.is-white a:not(.button),
.hero.is-white strong {
color: inherit;
}
color: rgba(10, 10, 10, 0.9);
}
-.hero.is-white .subtitle a,
+.hero.is-white .subtitle a:not(.button),
.hero.is-white .subtitle strong {
color: #0a0a0a;
}
color: white;
}
-.hero.is-black a,
+.hero.is-black a:not(.button),
.hero.is-black strong {
color: inherit;
}
color: rgba(255, 255, 255, 0.9);
}
-.hero.is-black .subtitle a,
+.hero.is-black .subtitle a:not(.button),
.hero.is-black .subtitle strong {
color: white;
}
color: #363636;
}
-.hero.is-light a,
+.hero.is-light a:not(.button),
.hero.is-light strong {
color: inherit;
}
color: rgba(54, 54, 54, 0.9);
}
-.hero.is-light .subtitle a,
+.hero.is-light .subtitle a:not(.button),
.hero.is-light .subtitle strong {
color: #363636;
}
color: whitesmoke;
}
-.hero.is-dark a,
+.hero.is-dark a:not(.button),
.hero.is-dark strong {
color: inherit;
}
color: rgba(245, 245, 245, 0.9);
}
-.hero.is-dark .subtitle a,
+.hero.is-dark .subtitle a:not(.button),
.hero.is-dark .subtitle strong {
color: whitesmoke;
}
color: #fff;
}
-.hero.is-primary a,
+.hero.is-primary a:not(.button),
.hero.is-primary strong {
color: inherit;
}
color: rgba(255, 255, 255, 0.9);
}
-.hero.is-primary .subtitle a,
+.hero.is-primary .subtitle a:not(.button),
.hero.is-primary .subtitle strong {
color: #fff;
}
color: #fff;
}
-.hero.is-info a,
+.hero.is-info a:not(.button),
.hero.is-info strong {
color: inherit;
}
color: rgba(255, 255, 255, 0.9);
}
-.hero.is-info .subtitle a,
+.hero.is-info .subtitle a:not(.button),
.hero.is-info .subtitle strong {
color: #fff;
}
color: #fff;
}
-.hero.is-success a,
+.hero.is-success a:not(.button),
.hero.is-success strong {
color: inherit;
}
color: rgba(255, 255, 255, 0.9);
}
-.hero.is-success .subtitle a,
+.hero.is-success .subtitle a:not(.button),
.hero.is-success .subtitle strong {
color: #fff;
}
color: rgba(0, 0, 0, 0.7);
}
-.hero.is-warning a,
+.hero.is-warning a:not(.button),
.hero.is-warning strong {
color: inherit;
}
color: rgba(0, 0, 0, 0.9);
}
-.hero.is-warning .subtitle a,
+.hero.is-warning .subtitle a:not(.button),
.hero.is-warning .subtitle strong {
color: rgba(0, 0, 0, 0.7);
}
color: #fff;
}
-.hero.is-danger a,
+.hero.is-danger a:not(.button),
.hero.is-danger strong {
color: inherit;
}
color: rgba(255, 255, 255, 0.9);
}
-.hero.is-danger .subtitle a,
+.hero.is-danger .subtitle a:not(.button),
.hero.is-danger .subtitle strong {
color: #fff;
}