Have colors inherit for badges

This commit is contained in:
Henrik Giesel 2021-06-05 00:57:47 +02:00
parent dba85e7755
commit 99e7a3c436
2 changed files with 8 additions and 0 deletions

View File

@ -25,6 +25,10 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
</span>
<style>
.badge {
color: inherit;
}
span :global(svg) {
vertical-align: -0.125rem;
opacity: 0.3;

View File

@ -59,6 +59,10 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
</span>
<style lang="scss">
.badge {
color: inherit;
}
span :global(svg) {
vertical-align: -0.125rem;
opacity: 0.3;