@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
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
}
|
|
295
|
+
|
|
296
|
+
select {
|
|
297
|
+
background-color: transparent;
|
|
298
298
|
}
|
|
299
299
|
|
|
300
300
|
h1 > a,
|