Skip to content

Commit

Permalink
fixed icons (#2444)
Browse files Browse the repository at this point in the history
  • Loading branch information
brock-statsig authored Dec 26, 2024
1 parent 88ab981 commit 208fa07
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@ a {

/* You can override the default Infima variables here. */
:root {
--ifm-color-primary: #0068b3;
--ifm-color-primary: #1b63d2;
--ifm-color-primary-dark: #005693;
--ifm-color-primary-darker: #0069b3;
--ifm-color-primary-darkest: #006fbd;
--ifm-color-primary-light: #0087e7;
--ifm-color-primary-lighter: #008df1;
--ifm-color-primary-lightest: #129dff;
--ifm-link-color: #0068b3;
--ifm-link-color: #1b63d2;
--ifm-code-font-size: 95%;
--ifm-font-family-base: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI",
"Roboto", "Helvetica Neue", "Ubuntu", sans-serif;
Expand Down Expand Up @@ -561,7 +561,7 @@ span.math.math-inline {
padding-left:24px;
}

[data-theme="dark"] .sidebar-icon::before {
[data-theme="dark"] .sidebar-icon:not(.sdk-sidebar-icon)::before {
filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%)
contrast(0%);
}
Expand Down
Binary file modified static/img/sdk/sdk_golang.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/img/sdk/sdk_html.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 208fa07

Please sign in to comment.