@conduction/docusaurus-preset 2.7.0 → 2.7.1

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@conduction/docusaurus-preset",
3
- "version": "2.7.0",
3
+ "version": "2.7.1",
4
4
  "scripts": {
5
5
  "prepack": "node scripts/prepack-bundle-css.js"
6
6
  },
@@ -23,8 +23,7 @@
23
23
  --c-red-vermillion: #AE1C28; /* Dutch flag red — sparingly */
24
24
  --c-white: #FFFFFF;
25
25
  --c-nextcloud-blue: #0082C9; /* Nextcloud official */
26
- --c-nextcloud-cyan: #1CAFFF; /* Nextcloud gradient end */
27
- --gradient-nextcloud: linear-gradient(45deg, #0082C9, #1CAFFF);
26
+ --c-nextcloud-cyan: #1CAFFF; /* Nextcloud lighter cyan */
28
27
  --c-commonground-yellow: #F6AD00; /* Common Ground official, commonground.nl */
29
28
 
30
29
  /* Cobalt tints — derived for surfaces, hex-prism faces, soft fills */
@@ -75,7 +75,7 @@ platform-diagram .workspace:not(.box-wrap):not(.workspace-corner-hex) {
75
75
  width: 360px;
76
76
  aspect-ratio: 1.7320508 / 2;
77
77
  clip-path: var(--hex-pointy-top);
78
- background: var(--gradient-nextcloud);
78
+ background: var(--c-nextcloud-blue);
79
79
  display: flex; flex-direction: column;
80
80
  align-items: center; justify-content: center;
81
81
  color: white;