mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-19 01:28:38 +02:00
docs(v2): add Inline SVG color override example (#3737)
This commit is contained in:
parent
487a9f98e4
commit
74ee8f6150
2 changed files with 29 additions and 1 deletions
|
@ -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); */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue