@myst-theme/styles 0.13.4 → 0.13.5

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.13.4 build
2
+ > @myst-theme/styles@0.13.5 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 4085ms.
8
+ Done in 4030ms.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # @myst-theme/styles
2
2
 
3
+ ## 0.13.5
4
+
3
5
  ## 0.13.4
4
6
 
5
7
  ## 0.13.3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myst-theme/styles",
3
- "version": "0.13.4",
3
+ "version": "0.13.5",
4
4
  "main": "index.js",
5
5
  "style": "app.css",
6
6
  "scripts": {
package/toc.css CHANGED
@@ -25,3 +25,13 @@
25
25
  height: 0;
26
26
  }
27
27
  }
28
+
29
+ .primary-scrollbar::-webkit-scrollbar {
30
+ width: 10px;
31
+ height: 10px;
32
+ }
33
+
34
+ .primary-scrollbar::-webkit-scrollbar-thumb {
35
+ border-radius: 10px;
36
+ @apply bg-slate-300/30
37
+ }