umberto 4.2.0 → 4.2.1

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.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,13 @@
1
1
  Changelog
2
2
  =========
3
3
 
4
+ ## [4.2.1](https://github.com/cksource/umberto/compare/v4.2.0...v4.2.1) (2024-04-15)
5
+
6
+ ### Bug fixes
7
+
8
+ * Used a regular font in `<kbd>` to improve readability. Closes [#1191](https://github.com/cksource/umberto/issues/1191). ([commit](https://github.com/cksource/umberto/commit/720f1d63ddb8f0c93f32566b5a93d24c3d835030))
9
+
10
+
4
11
  ## [4.2.0](https://github.com/cksource/umberto/compare/v4.1.2...v4.2.0) (2024-02-28)
5
12
 
6
13
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "umberto",
3
- "version": "4.2.0",
3
+ "version": "4.2.1",
4
4
  "description": "CKSource Documentation builder",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -149,8 +149,7 @@
149
149
  border: solid 1px u-border-color( 'background-hue', 5% );
150
150
  border-bottom-color: u-border-color( 'background-hue', -5% );
151
151
  box-shadow: inset 0 -1px 0 u-border-color( 'background-hue', -5% );
152
- font-family: $u-font-face-mono;
153
- font-size: .8em; // 12px;
152
+ font-size: .866666em; // 13px
154
153
  padding: u-spacing( -3 ) u-spacing( -2 );
155
154
  line-height: 1em;
156
155
  vertical-align: middle;