tideline 1.36.0-develop.2 → 1.36.0-rc.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Binary file
package/css/tideline.less CHANGED
@@ -64,8 +64,9 @@ svg {
64
64
  font-size: @font-size-axes;
65
65
  fill: @text;
66
66
  &.d3-day-label {
67
+ font-size: @font-size-medium;
67
68
  dominant-baseline: hanging;
68
- fill: @text-light;
69
+ fill: @text;
69
70
  }
70
71
 
71
72
  @media (max-width: @screen-sm-max) {
@@ -115,10 +116,10 @@ svg {
115
116
  font-size: @font-size-labels;
116
117
  fill: @text;
117
118
  &.main {
118
- font-weight: 600;
119
+ font-weight: 700;
119
120
  }
120
121
  &.light {
121
- font-weight: 300;
122
+ font-weight: 400;
122
123
  }
123
124
 
124
125
  @media (max-width: @screen-sm-max) {