Skip to content

Commit

Permalink
ff: Opaque header
Browse files Browse the repository at this point in the history
  • Loading branch information
Todd OST committed Apr 8, 2024
1 parent 3e66559 commit 4a206a1
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions docs_mkdocs/style/psychopy.css
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,8 @@ code {
padding: 0rem calc((100vw - 61rem) / 2) 0 calc((100vw - 61rem) / 2);
margin-bottom: 1rem;
border-bottom: 1px solid var(--offwhite);
background-color: var(--white);
color: var(--offblack);
}
.md-tabs {
display: flex;
Expand All @@ -156,10 +158,8 @@ code {
}
}


.md-header--shadow {
box-shadow: none;

}

.md-header__button.md-logo img,
Expand All @@ -169,7 +169,6 @@ code {
margin-bottom: -2rem;
}

.md-header,
.md-tabs,
.md-nav__title {
background-color: transparent;
Expand Down Expand Up @@ -208,4 +207,10 @@ code {
}
.md-copyright {
text-align: right;
}

.md-typeset blockquote,
[dir=ltr] .md-typeset blockquote {
border-left: none;
color: var(--offblack);
}

0 comments on commit 4a206a1

Please sign in to comment.