@transferwise/neptune-css 0.0.0-experimental-10d0572 → 0.0.0-experimental-4af750b

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.
@@ -315,13 +315,6 @@ summary {
315
315
  color: #5d7079;
316
316
  color: var(--color-content-secondary);
317
317
  }
318
- .np-theme-business,
319
- .np-theme-platform {
320
- background-color: #ffffff;
321
- background-color: var(--color-background-screen);
322
- color: #5d7079;
323
- color: var(--color-content-secondary);
324
- }
325
318
  html {
326
319
  font-size: 16px;
327
320
  font-size: var(--base-font-size);
@@ -2613,14 +2613,6 @@ summary {
2613
2613
  color: var(--color-content-secondary);
2614
2614
  }
2615
2615
 
2616
- .np-theme-business,
2617
- .np-theme-platform {
2618
- background-color: #ffffff;
2619
- background-color: var(--color-background-screen);
2620
- color: #5d7079;
2621
- color: var(--color-content-secondary);
2622
- }
2623
-
2624
2616
  html {
2625
2617
  font-size: 16px;
2626
2618
  font-size: var(--base-font-size);
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-10d0572",
4
+ "version": "0.0.0-experimental-4af750b",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
@@ -68,11 +68,6 @@
68
68
  color: var(--color-content-secondary);
69
69
  }
70
70
 
71
- .np-theme-business, .np-theme-platform {
72
- background-color: var(--color-background-screen);
73
- color: var(--color-content-secondary);
74
- }
75
-
76
71
  html {
77
72
  font-size: var(--base-font-size);
78
73
  font-family: var(--font-family-regular);