Skip to content

Light mode button fix #553

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
2 changes: 2 additions & 0 deletions _ext/translation_graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ def run(self):
fig.update_layout(
paper_bgcolor="rgba(0,0,0,0)",
plot_bgcolor="rgba(0,0,0,0)",
hoverlabel_bgcolor="var(--bs-body-bg)",
hoverlabel_font_color="var(--bs-body-color)",
font_color="var(--bs-body-color)",
margin=dict(l=40, r=40, t=40, b=40),
xaxis_showgrid=False,
Expand Down
2 changes: 1 addition & 1 deletion _static/pyos.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* PyOS-specific vars :) */
:root {
--pyos-color-primary: #703c87;
--pyos-color-primary: #cfafde;
--pyos-color-secondary: #8045e5;
--pyos-color-secondary-highlight: #591bc2;
--pyos-color-tertiary: #a66c98;
Expand Down