@baybreezy/docd 0.3.0 → 0.3.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.
@@ -287,14 +287,14 @@ html.light {
287
287
  (not just inherited from html) for the popup to adopt dark styling. */
288
288
  .dark select {
289
289
  color-scheme: dark;
290
+ background-color: --alpha(var(--input) / 30%);
290
291
  }
291
292
  .light select {
292
293
  color-scheme: light;
293
294
  }
294
- @media (prefers-color-scheme: dark) {
295
- select {
296
- background-color: var(--selection-foreground);
297
- }
295
+
296
+ select {
297
+ background-color: transparent;
298
298
  }
299
299
 
300
300
  h1 > a,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@baybreezy/docd",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "A Nuxt layer for building documentation sites with UI Thing.",
5
5
  "repository": {
6
6
  "type": "git",