Skip to content

Commit 2082b46

Browse files
authored
Merge pull request #3131 from Blargian/fix_styling
Fix styling for docusaurus dropdown modal
2 parents 4c4ffcc + ab0c74a commit 2082b46

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/css/custom.scss

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1155,3 +1155,14 @@ nav[aria-label='Docs sidebar']:hover {
11551155
}
11561156

11571157
}
1158+
1159+
[data-theme='light'] .details_r1OI {
1160+
--ifm-alert-background-color: #F6F7FA;
1161+
--ifm-alert-foreground-color: var(--ifm-alert-foreground-color);
1162+
border: 1px solid #E6E7E9;
1163+
1164+
.details_lb9f > summary::before {
1165+
border-color: transparent transparent transparent
1166+
#437EEF;
1167+
}
1168+
}

0 commit comments

Comments
 (0)