Skip to content

Commit aa85656

Browse files
KianNHdaisyfaithauma
authored andcommitted
[Docs Site] Fix tippy-box styling (#22366)
1 parent 0ab6fcc commit aa85656

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/styles/footnotes.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
}
1313

1414
.tippy-box {
15-
background-color: var(--sl-color-bg-nav);
16-
border-color: var(--sl-color-text);
17-
border: 0.1em solid;
18-
color: var(--sl-color-white);
15+
background-color: var(--sl-color-bg-nav) !important;
16+
border-color: var(--sl-color-text) !important;
17+
border: 0.1em solid !important;
18+
color: var(--sl-color-white) !important;
1919
}

0 commit comments

Comments
 (0)