Skip to content

Commit 91988d0

Browse files
style: add a border to the dropdown to make those more prominent (#512)
Signed-off-by: David Dal Busco <david.dalbusco@outlook.com>
1 parent f6b5fe8 commit 91988d0

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
@@ -138,3 +138,7 @@ a.card {
138138
table {
139139
--ifm-spacing-vertical: 2.5rem;
140140
}
141+
142+
.dropdown__menu {
143+
border: 1px solid var(--ifm-toc-border-color);
144+
}

0 commit comments

Comments
 (0)