Skip to content

Commit 4f81bfb

Browse files
authored
Update _ext/translation_graph.py
1 parent b244282 commit 4f81bfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_ext/translation_graph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def run(self):
147147
paper_bgcolor="rgba(0,0,0,0)",
148148
plot_bgcolor="rgba(0,0,0,0)",
149149
hoverlabel_bgcolor="var(--bs-body-bg)",
150-
hoverlabel_font_color="black",
150+
hoverlabel_font_color="rgba(255, 255, 255, 1)",
151151
font_color="var(--bs-body-color)",
152152
margin=dict(l=40, r=40, t=40, b=40),
153153
xaxis_showgrid=False,

0 commit comments

Comments
 (0)