mirror of https://github.com/rancher/dashboard.git
Merge pull request #3978 from nwmac/doc-icon-dark-theem-fix
[master] Fix svg icon color in doc page
This commit is contained in:
commit
98b5ba042b
|
|
@ -235,6 +235,10 @@ export default {
|
|||
border-radius: 5px;
|
||||
margin: 0 5px;
|
||||
}
|
||||
|
||||
svg.doc-icon {
|
||||
fill: var(--body-text);
|
||||
}
|
||||
}
|
||||
|
||||
.doc-content-document {
|
||||
|
|
|
|||
Loading…
Reference in New Issue