Skip to content

Commit 6a264e4

Browse files
authored
rebuild-docs: Fix styling in dark mode (#11566)
1 parent ae13976 commit 6a264e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/styles/crate/rebuild-docs.module.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
}
99

1010
.crate-info {
11-
background-color: var(--orange-50);
11+
background-color: light-dark(var(--orange-50), var(--orange-900));
1212
border-radius: 8px;
1313
padding: var(--space-m);
1414
margin: var(--space-m) 0;
15-
border: 1px solid var(--orange-200);
15+
border: 1px solid light-dark(var(--orange-200), var(--orange-600));
1616

1717
h2 {
1818
margin: 0 0 var(--space-s);

0 commit comments

Comments
 (0)