starlight-cannoli-plugins 1.2.17 → 1.2.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.
@@ -127,7 +127,7 @@ div > div[class="page"] > svg {
127
127
  html:not([data-theme="light"]) & {
128
128
  stroke: white;
129
129
  fill: white;
130
- filter: invert(1) hue-rotate(180deg);
130
+ filter: invert(1) hue-rotate(168deg);
131
131
  }
132
132
  }
133
133
 
@@ -175,7 +175,7 @@ img.note-svg {
175
175
  }
176
176
 
177
177
  html:not([data-theme="light"]) & {
178
- filter: invert(1) hue-rotate(180deg);
178
+ filter: invert(1) hue-rotate(168deg);
179
179
  }
180
180
  }
181
181
 
@@ -183,6 +183,6 @@ img.note-svg {
183
183
  background-color: transparent;
184
184
 
185
185
  html[data-theme="dark"] & {
186
- filter: invert(1) hue-rotate(180deg);
186
+ filter: invert(1) hue-rotate(168deg);
187
187
  }
188
188
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "starlight-cannoli-plugins",
3
3
  "type": "module",
4
- "version": "1.2.17",
4
+ "version": "1.2.18",
5
5
  "description": "Starlight plugins for automatic sidebar generation and link validation",
6
6
  "license": "ISC",
7
7
  "main": "./dist/index.js",