Skip to content

Commit ab6286d

Browse files
committed
Fixed hover background color issue on Translation Guide for Python Packaging Guide
1 parent 01de29e commit ab6286d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_ext/translation_graph.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ def run(self):
146146
fig.update_layout(
147147
paper_bgcolor="rgba(0,0,0,0)",
148148
plot_bgcolor="rgba(0,0,0,0)",
149+
hoverlabel=dict(bgcolor="white"),
149150
font_color="var(--bs-body-color)",
150151
margin=dict(l=40, r=40, t=40, b=40),
151152
xaxis_showgrid=False,

0 commit comments

Comments
 (0)