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 60b04b0 commit 943f4ebCopy full SHA for 943f4eb
lib/docs/index.html
@@ -25,6 +25,7 @@
25
--search-bg-color-focus: #ffffff;
26
--search-sh-color: rgba(0, 0, 0, 0.18);
27
--help-sh-color: rgba(0, 0, 0, 0.75);
28
+ --help-bg-color: #aaa;
29
}
30
31
html, body { margin: 0; padding: 0; height: 100%; }
@@ -314,7 +315,7 @@
314
315
overflow: auto;
316
font-size: 1rem;
317
color: #fff;
- background-color: #333;
318
+ background-color: var(--help-bg-color);
319
border: 0.125rem solid #000;
320
box-shadow: 0 0.5rem 2.5rem 0.3rem var(--help-sh-color);
321
@@ -407,6 +408,7 @@
407
408
--search-bg-color-focus: #000;
409
--search-sh-color: rgba(255, 255, 255, 0.28);
410
--help-sh-color: rgba(142, 142, 142, 0.5);
411
+ --help-bg-color: #333;
412
413
414
.docs pre {
0 commit comments