Skip to content

Commit b051d60

Browse files
author
Eviee Py
committed
HoverX CSS
1 parent 80f9457 commit b051d60

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

docs/_static/custom.css

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,20 @@ body.theme-dark {
286286
}
287287

288288
.theme-dark {
289+
/* HOVERXREF (TOOLTIP STYLES */
290+
.tooltipster-content {
291+
background-color: var(--color-background--dark);
292+
color: var(--color-primary--dark) !important;
293+
}
294+
295+
.tooltipster-content > p {
296+
color: var(--color-primary--dark) !important;
297+
}
298+
299+
.tooltipster-box {
300+
border-bottom: 2px solid var(--color-accent--dark) !important;
301+
}
302+
289303
a {
290304
color: var(--color-links--dark) !important;
291305
}
@@ -520,3 +534,17 @@ dl.py > dd {
520534
background-repeat: no-repeat;
521535
cursor: pointer;
522536
}
537+
538+
/* HOVERXREF (TOOLTIP STYLES */
539+
.tooltipster-content {
540+
background-color: var(--color-background--light);
541+
color: var(--color-primary--light) !important;
542+
}
543+
544+
.tooltipster-content > p {
545+
color: var(--color-primary--light) !important;
546+
}
547+
548+
.tooltipster-box {
549+
border-bottom: 2px solid var(--color-accent--dark) !important;
550+
}

0 commit comments

Comments
 (0)