mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
Have colors inherit for badges
This commit is contained in:
parent
dba85e7755
commit
99e7a3c436
2 changed files with 8 additions and 0 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue