@myst-theme/styles 0.3.7 → 0.3.8

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.
@@ -1,8 +1,8 @@
1
1
 
2
- > @myst-theme/styles@0.3.7 build
2
+ > @myst-theme/styles@0.3.8 build
3
3
  > tailwindcss -m -i ./app.css -o ../docs/public/tailwind.css
4
4
 
5
5
 
6
6
  Rebuilding...
7
7
 
8
- Done in 1879ms.
8
+ Done in 924ms.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # @myst-theme/styles
2
2
 
3
+ ## 0.3.8
4
+
3
5
  ## 0.3.7
4
6
 
5
7
  ## 0.3.6
package/jupyter.css CHANGED
@@ -43,3 +43,24 @@ table.dataframe {
43
43
  .dataframe tbody tr:hover {
44
44
  background: rgba(66, 165, 245, 0.2);
45
45
  }
46
+
47
+ html.dark {
48
+ /* Defaults use Material Design specification */
49
+ --jp-ui-font-color0: rgba(255, 255, 255, 1);
50
+ --jp-ui-font-color1: rgba(255, 255, 255, 0.87);
51
+ --jp-ui-font-color2: rgba(255, 255, 255, 0.54);
52
+ --jp-ui-font-color3: rgba(255, 255, 255, 0.38);
53
+ --jp-ui-inverse-font-color0: rgba(0, 0, 0, 1);
54
+ --jp-ui-inverse-font-color1: rgba(0, 0, 0, 0.8);
55
+ --jp-ui-inverse-font-color2: rgba(0, 0, 0, 0.5);
56
+ --jp-ui-inverse-font-color3: rgba(0, 0, 0, 0.3);
57
+ --jp-content-font-color0: rgba(255, 255, 255, 1);
58
+ --jp-content-font-color1: rgba(255, 255, 255, 1);
59
+ --jp-content-font-color2: rgba(255, 255, 255, 0.7);
60
+ --jp-content-font-color3: rgba(255, 255, 255, 0.5);
61
+ --jp-layout-color0: #111;
62
+ --jp-layout-color1: var(--md-grey-900);
63
+ --jp-layout-color2: var(--md-grey-800);
64
+ --jp-layout-color3: var(--md-grey-700);
65
+ --jp-layout-color4: var(--md-grey-600);
66
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myst-theme/styles",
3
- "version": "0.3.7",
3
+ "version": "0.3.8",
4
4
  "main": "index.js",
5
5
  "style": "app.css",
6
6
  "scripts": {