@magicgol/polyjuice 0.43.0 → 0.43.1

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magicgol/polyjuice",
3
- "version": "0.43.0",
3
+ "version": "0.43.1",
4
4
  "scripts": {
5
5
  "serve": "vue-cli-service serve",
6
6
  "build": "vue-cli-service build",
@@ -32,6 +32,9 @@ export default {
32
32
 
33
33
  .mg-highlighter {
34
34
  background-color: map-get($palette, 'highlighted');
35
+ font-family: Ubuntu, sans-serif;
36
+ font-size: 16px;
37
+ font-weight: 700;
35
38
 
36
39
  &--disabled {
37
40
  opacity: 0.3 !important;