winduum 1.2.0-next.6 → 1.2.0-next.7

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": "winduum",
3
- "version": "1.2.0-next.6",
3
+ "version": "1.2.0-next.7",
4
4
  "type": "module",
5
5
  "types": "types/index.d.ts",
6
6
  "main": "plugin/index.cjs",
@@ -181,3 +181,9 @@ Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
181
181
  ::-webkit-details-marker {
182
182
  display: none;
183
183
  }
184
+
185
+ /* Fix popover default colors */
186
+ :where([popover]) {
187
+ background-color: inherit;
188
+ color: inherit;
189
+ }