Skip to content

Commit

Permalink
fix: background color on nav title
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Baggett committed Jul 18, 2024
1 parent 1c57e87 commit 0bdd7ba
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/stylesheets/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ body {
}

ol {
list-style: number;
/* list-style: number; */
}

[dir="ltr"]
Expand Down Expand Up @@ -83,7 +83,6 @@ aside {
--md-primary-bg-color: var(--color-surface-12);
background-color: rgba(255, 255, 255, 0.5);
backdrop-filter: blur(20px);
/* border-bottom: 1px solid var(--color-border-base); */
}

.md-header .md-header__topic {
Expand Down Expand Up @@ -125,8 +124,8 @@ aside {

@media screen and (min-width: 76.25em) {
.md-nav--primary .md-nav__title {
background: none;
box-shadow: none;
background: var(--color-surface-1);
box-shadow: 0px 0px 5px 0 var(--color-surface-1)
margin-bottom: 1rem;
text-transform: uppercase;
font-size: 12px;
Expand Down

0 comments on commit 0bdd7ba

Please sign in to comment.