@rspress-theme-anatole/theme-default 0.3.0 → 0.3.2

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.
Files changed (2) hide show
  1. package/dist/bundle.css +15 -1
  2. package/package.json +3 -3
package/dist/bundle.css CHANGED
@@ -18,6 +18,10 @@
18
18
  font-weight: 600;
19
19
  }
20
20
 
21
+ .rspress-doc .rspress-directive a {
22
+ border-bottom: 0 !important;
23
+ }
24
+
21
25
  .aside-link.aside-active {
22
26
  border-left: 2px solid #EF483D;
23
27
  }
@@ -438,8 +442,10 @@ summary .blockquote_f1063 p {
438
442
 
439
443
  .link_a9ef4:not(.header-anchor) {
440
444
  /* color: var(--rp-c-link); */
445
+ color: #3451b2;
441
446
  font-weight: 500;
442
447
  transition: color .25s;
448
+ text-decoration: underline;
443
449
  }
444
450
 
445
451
  summary .link_a9ef4:not(.header-anchor) {
@@ -1286,6 +1292,14 @@ video {
1286
1292
  list-style-type: disc;
1287
1293
  }
1288
1294
 
1295
+ ul>li>ul>li {
1296
+ list-style-type: circle;
1297
+ }
1298
+
1299
+ ul>li>ul>li>ul>li {
1300
+ list-style-type: square;
1301
+ }
1302
+
1289
1303
  .list-none {
1290
1304
  list-style-type: none;
1291
1305
  }
@@ -1509,7 +1523,7 @@ video {
1509
1523
  }
1510
1524
 
1511
1525
  .px-3 {
1512
- padding-left: .75rem;
1526
+ padding-left: 29px;
1513
1527
  padding-right: .75rem;
1514
1528
  }
1515
1529
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@rspress-theme-anatole/theme-default",
3
3
  "author": "Anatole Tong",
4
- "version": "0.3.0",
4
+ "version": "0.3.2",
5
5
  "license": "MIT",
6
6
  "sideEffects": [
7
7
  "*.css",
@@ -21,7 +21,7 @@
21
21
  "types": "./dist/bundle.d.ts",
22
22
  "dependencies": {
23
23
  "@mdx-js/react": "2.3.0",
24
- "@rspress-theme-anatole/shared": "0.2.5",
24
+ "@rspress-theme-anatole/shared": "0.3.2",
25
25
  "@rspress/runtime": "1.43.8",
26
26
  "body-scroll-lock": "4.0.0-beta.0",
27
27
  "copy-to-clipboard": "^3.3.3",
@@ -35,7 +35,7 @@
35
35
  "react-helmet-async": "^1.3.0",
36
36
  "react-router-dom": "6.29.0",
37
37
  "react-syntax-highlighter": "^15.6.1",
38
- "@rspress-theme-anatole/rspress-plugin-mermaid": "0.2.5"
38
+ "@rspress-theme-anatole/rspress-plugin-mermaid": "0.3.2"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@microsoft/api-extractor": "^7.49.2",