Skip to content
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="rgba(255, 255, 255, 1)",
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
Loading