astro-accelerator 5.10.16 → 5.10.18

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,5 +1,5 @@
1
1
  {
2
- "version": "5.10.16",
2
+ "version": "5.10.18",
3
3
  "author": "Steve Fenton",
4
4
  "name": "astro-accelerator",
5
5
  "description": "A super-lightweight, accessible, SEO-friendly starter project for Astro",
@@ -33,10 +33,10 @@
33
33
  "dts": "tsc ./tests/locate-content.js ./tests/locate-navigation.js ./tests/locate-search.js --allowJs --declaration --emitDeclarationOnly"
34
34
  },
35
35
  "dependencies": {
36
- "@astrojs/mdx": "^4.3.5",
37
- "@img/sharp-linux-x64": "^0.34.3",
38
- "astro": "^5.13.6",
39
- "astro-accelerator-utils": "^0.3.55",
36
+ "@astrojs/mdx": "^4.3.6",
37
+ "@img/sharp-linux-x64": "^0.34.4",
38
+ "astro": "^5.14.1",
39
+ "astro-accelerator-utils": "^0.3.56",
40
40
  "cspell": "^9.2.1",
41
41
  "csv": "^6.4.1",
42
42
  "glob": "^11.0.3",
@@ -46,10 +46,10 @@
46
46
  "linkinator": "^6.1.4",
47
47
  "optional": "^0.1.4",
48
48
  "remark-directive": "^4.0.0",
49
- "sharp": "^0.34.3"
49
+ "sharp": "^0.34.4"
50
50
  },
51
51
  "devDependencies": {
52
- "@playwright/test": "^1.55.0"
52
+ "@playwright/test": "^1.55.1"
53
53
  },
54
54
  "files": [
55
55
  ".npmrc",
@@ -30,7 +30,7 @@ body {
30
30
  background-color: var(--aft);
31
31
  color: var(--fore);
32
32
  font-size: 20px;
33
- line-height: 1.8;
33
+ line-height: 1.7;
34
34
  letter-spacing: 0.016em;
35
35
  font-family: var(--content-font);
36
36
  }
@@ -556,7 +556,11 @@ details.sub-nav details {
556
556
  }
557
557
 
558
558
  .page-content {
559
- h2, h3, h4, h5, h6 {
559
+ h2,
560
+ h3,
561
+ h4,
562
+ h5,
563
+ h6 {
560
564
  text-align: left;
561
565
  }
562
566
  }