We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24ada26 commit 8f1df74Copy full SHA for 8f1df74
.changeset/metal-games-tie.md
@@ -0,0 +1,5 @@
1
+---
2
+'@api-viewer/common': patch
3
4
+
5
+Adjust colors for dark color scheme
packages/api-common/src/shared-styles.ts
@@ -72,4 +72,11 @@ export default css`
72
margin-top: 0.5rem;
73
}
74
75
76
+ @media (prefers-color-scheme: dark) {
77
+ :host {
78
+ background: #fff;
79
+ color: #000;
80
+ }
81
82
`;
0 commit comments