@robinmordasiewicz/f5xc-docs-theme 1.20.1 → 1.21.0

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.
Binary file
package/astro.config.mjs CHANGED
@@ -46,7 +46,7 @@ export default defineConfig({
46
46
  }),
47
47
  ],
48
48
  logo: {
49
- src: 'f5xc-docs-theme/assets/f5-logo.svg',
49
+ src: 'f5xc-docs-theme/assets/github-avatar.png',
50
50
  },
51
51
  ...(process.env.GITHUB_REPOSITORY ? {
52
52
  editLink: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@robinmordasiewicz/f5xc-docs-theme",
3
- "version": "1.20.1",
3
+ "version": "1.21.0",
4
4
  "description": "F5 Distributed Cloud branded Starlight documentation theme",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -19,7 +19,8 @@
19
19
  "./components/Banner.astro": "./components/Banner.astro",
20
20
  "./components/Footer.astro": "./components/Footer.astro",
21
21
  "./components/SiteTitle.astro": "./components/SiteTitle.astro",
22
- "./assets/f5-logo.svg": "./assets/f5-logo.svg"
22
+ "./assets/f5-logo.svg": "./assets/f5-logo.svg",
23
+ "./assets/github-avatar.png": "./assets/github-avatar.png"
23
24
  },
24
25
  "files": [
25
26
  "index.ts",
package/styles/custom.css CHANGED
@@ -351,9 +351,11 @@ h4, h5, h6 {
351
351
  0 24px 48px rgba(0, 0, 0, 0.12);
352
352
  border: 1px solid var(--sl-color-gray-5);
353
353
  text-align: center;
354
+ margin: 0;
354
355
  }
355
356
 
356
357
  .icon-card-image {
358
+ padding: 0;
357
359
  background: var(--sl-color-gray-7, #faf9f7);
358
360
  }
359
361
 
@@ -373,6 +375,7 @@ h4, h5, h6 {
373
375
  }
374
376
 
375
377
  .icon-card-label {
378
+ margin: 0;
376
379
  padding: 0.375rem 0.5rem;
377
380
  font-size: 0.65rem;
378
381
  line-height: 1.3;