docs(v2): add Inline SVG color override example (#3737)

This commit is contained in:
Bartosz Kaszubowski 2020-11-13 14:17:22 +01:00 committed by GitHub
parent 487a9f98e4
commit 74ee8f6150
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 29 additions and 1 deletions

View file

@ -62,6 +62,14 @@ html[data-theme='dark'] .header-github-link:before {
background-color: var(--ifm-tabs-color-active);
}
html[data-theme='light'] .themedDocusaurus [fill='#FFFF50'] {
fill: greenyellow;
}
html[data-theme='dark'] .themedDocusaurus [fill='#FFFF50'] {
fill: seagreen;
}
html[data-theme='light'] .DocSearch {
/* --docsearch-primary-color: var(--ifm-color-primary); */
/* --docsearch-text-color: var(--ifm-font-color-base); */