astro-accelerator 6.0.15 → 6.0.17
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 +3 -3
- package/public/css/main.css +2 -0
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "6.0.
|
|
2
|
+
"version": "6.0.17",
|
|
3
3
|
"author": "Steve Fenton",
|
|
4
4
|
"name": "astro-accelerator",
|
|
5
5
|
"description": "A super-lightweight, accessible, SEO-friendly starter project for Astro",
|
|
@@ -36,8 +36,8 @@
|
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@astrojs/mdx": "^5.0.3",
|
|
38
38
|
"@img/sharp-linux-x64": "^0.34.5",
|
|
39
|
-
"astro": "^6.1.
|
|
40
|
-
"astro-accelerator-utils": "^0.3.
|
|
39
|
+
"astro": "^6.1.7",
|
|
40
|
+
"astro-accelerator-utils": "^0.3.82",
|
|
41
41
|
"csv": "^6.5.1",
|
|
42
42
|
"hast-util-from-selector": "^3.0.1",
|
|
43
43
|
"html-to-text": "^9.0.5",
|
package/public/css/main.css
CHANGED
|
@@ -735,6 +735,7 @@ table {
|
|
|
735
735
|
margin: 0 0 var(--paragraph-margin) 0;
|
|
736
736
|
|
|
737
737
|
& > .author-info {
|
|
738
|
+
|
|
738
739
|
& > *:nth-child(n + 3)::before {
|
|
739
740
|
content: '|';
|
|
740
741
|
padding: 0 0.3rem;
|
|
@@ -742,6 +743,7 @@ table {
|
|
|
742
743
|
}
|
|
743
744
|
|
|
744
745
|
& > .author-image {
|
|
746
|
+
border-radius: 50%;
|
|
745
747
|
height: 1rem;
|
|
746
748
|
margin: 0 0.3rem 0 0;
|
|
747
749
|
width: 1rem;
|