Skip to content

Commit

Permalink
fix(elements): #115 remove weird styling caused by bulma css (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
duong-se authored Feb 6, 2020
1 parent 08e2eed commit e779567
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/elements/src/styles/vendor/bulma-overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -265,3 +265,11 @@
margin-top: 0;
}
}

.tag:not(body) {
background-color: transparent;
}

span.number.token {
all: unset;
}

0 comments on commit e779567

Please sign in to comment.