Make bubble text black

old-stable24
Varun Patil 2022-10-26 16:35:16 -07:00
parent 26d3e7068b
commit 8d3f2a1cf6
1 changed files with 7 additions and 0 deletions

View File

@ -134,6 +134,13 @@ export default class Tag extends Mixins(GlobalMixin) {
}
</script>
<style lang="scss">
// Get rid of color of the bubble
.tag .bbl .counter-bubble__counter {
color: unset !important;
}
</style>
<style lang="scss" scoped>
.tag, .name, .bubble, img {
cursor: pointer;