docs: choose a color that looks great on both dark and light theme (#8921)

pull/8925/head
Tan Li Hau 2 years ago committed by GitHub
parent d9529a39e3
commit a23fcc0f67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -86,12 +86,12 @@
} }
.tick line { .tick line {
stroke: #aaa; stroke: #888;
stroke-dasharray: 2; stroke-dasharray: 2;
} }
.tick text { .tick text {
fill: #666; fill: #888;
text-anchor: start; text-anchor: start;
} }

Loading…
Cancel
Save