@jupyterlab/theme-light-extension 4.0.0-beta.0 → 4.0.0-beta.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jupyterlab/theme-light-extension",
3
- "version": "4.0.0-beta.0",
3
+ "version": "4.0.0-beta.1",
4
4
  "description": "JupyterLab - Default Light Theme",
5
5
  "homepage": "https://github.com/jupyterlab/jupyterlab",
6
6
  "bugs": {
@@ -32,9 +32,9 @@
32
32
  "watch": "tsc -b --watch"
33
33
  },
34
34
  "dependencies": {
35
- "@jupyterlab/application": "^4.0.0-beta.0",
36
- "@jupyterlab/apputils": "^4.0.0-beta.0",
37
- "@jupyterlab/translation": "^4.0.0-beta.0"
35
+ "@jupyterlab/application": "^4.0.0-beta.1",
36
+ "@jupyterlab/apputils": "^4.0.0-beta.1",
37
+ "@jupyterlab/translation": "^4.0.0-beta.1"
38
38
  },
39
39
  "devDependencies": {
40
40
  "rimraf": "~3.0.0",
@@ -164,7 +164,7 @@ all of MD as it is not optimized for dense, information rich UIs.
164
164
  --jp-content-font-color1: rgba(0, 0, 0, 0.87);
165
165
  --jp-content-font-color2: rgba(0, 0, 0, 0.54);
166
166
  --jp-content-font-color3: rgba(0, 0, 0, 0.38);
167
- --jp-content-link-color: var(--md-blue-700);
167
+ --jp-content-link-color: var(--md-blue-900);
168
168
  --jp-content-font-family: system-ui, -apple-system, blinkmacsystemfont,
169
169
  'Segoe UI', helvetica, arial, sans-serif, 'Apple Color Emoji',
170
170
  'Segoe UI Emoji', 'Segoe UI Symbol';