@transferwise/neptune-css 0.0.0-experimental-2db54a7 → 0.0.0-experimental-e789d8a

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@transferwise/neptune-css",
3
3
  "description": "Neptune CSS library",
4
- "version": "0.0.0-experimental-2db54a7",
4
+ "version": "0.0.0-experimental-e789d8a",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
@@ -71,7 +71,6 @@ html {
71
71
  font-size: var(--base-font-size);
72
72
  font-family: var(--font-family-regular);
73
73
  color: var(--color-content-secondary);
74
- letter-spacing: 0.016em;
75
74
  background-color: var(--color-background-screen);
76
75
  -webkit-font-smoothing: antialiased;
77
76
  -moz-osx-font-smoothing: grayscale;
@@ -99,10 +98,6 @@ a,
99
98
  .np-text-link-default,
100
99
  .np-text-link-large {
101
100
  color: var(--color-content-link);
102
- font-weight: var(--font-weight-semi-bold);
103
- letter-spacing: normal;
104
- text-decoration: underline;
105
- .link-underline();
106
101
 
107
102
  // @DEPRECATED: .bg-primary use .bg-elevated or ThemeProvider with theme="forest-green" instead
108
103
  .bg-primary & {