Skip to content

Commit 62b4169

Browse files
style: better hover contrast in dark mode dropdown (#514)
Signed-off-by: David Dal Busco <david.dalbusco@outlook.com>
1 parent e35d275 commit 62b4169

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/css/docusaurus.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
--ifm-global-shadow-lw: none;
44
--ifm-tabs-padding-vertical: 0.25rem;
55
--ifm-tabs-color-active: #ff5df9;
6+
7+
&[data-theme="dark"] {
8+
--ifm-hover-overlay: rgba(255, 255, 255, 0.1);
9+
}
610
}
711

812
.container {

0 commit comments

Comments
 (0)