Skip to content

Commit

Permalink
Theme: Add back drop shadow for navbars
Browse files Browse the repository at this point in the history
  • Loading branch information
Mefiresu committed Sep 12, 2024
1 parent cea82b2 commit e9a3383
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions docs/rsdk_theme/body.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,6 @@
margin-bottom: 1.5rem;
}

/* Disable drop shadow for nav title */
.md-nav--lifted > .md-nav__list > .md-nav__item--active > .md-nav__link {
background: none;
box-shadow: none;
}

/* Disable drop shadow for secondary nav title (table of contents) */
.md-nav--secondary .md-nav__title {
background: none;
box-shadow: none;
}

.md-typeset h1 {
font-weight: bold;
}
Expand Down

0 comments on commit e9a3383

Please sign in to comment.