Skip to content

Commit

Permalink
restyle dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
donjo committed Jun 11, 2024
1 parent 17355fe commit fdce4f8
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -351,10 +351,13 @@ td p:last-child {
.navbar__link {
margin-left: 10px;
margin-right: 10px;
margin-top: 4px;
border-bottom: 2px solid transparent;
}

.navbar__item {
margin-top: 4px;
}

.navbar__link--active {
font-weight: 500;
border-bottom: 2px solid var(--ifm-color-primary);
Expand All @@ -378,6 +381,12 @@ td p:last-child {
background-color: var(--white);
}

.dropdown > .navbar__link:after {
border-width: 0.3em 0.3em 0;
margin-left: 0.5em;
top: 0;
}

/* Mobile Nav Customize */
.navbar__brand {
margin-right: 0.5rem;
Expand Down

0 comments on commit fdce4f8

Please sign in to comment.