Skip to content

Commit

Permalink
docs: set the background color of platform icons to transparent
Browse files Browse the repository at this point in the history
Signed-off-by: Jinzhe Zeng <[email protected]>
  • Loading branch information
njzjz committed Nov 18, 2024
1 parent 0ad4289 commit 14654fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/_static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,7 @@ html[data-theme="dark"] {
}
img.platform-icon {
filter: invert(1);
/* otherwise the backgorund is black */
background-color: transparent !important;
}
}

0 comments on commit 14654fe

Please sign in to comment.