1
0
Fork 0

fix(fs.dev): Make sidebar dark as suggested by @hellgy

This commit is contained in:
Joost De Cock 2021-12-29 18:58:20 +01:00
parent 44d83e0c41
commit e1ca53f52c
2 changed files with 18 additions and 17 deletions

View file

@ -84,7 +84,6 @@ const DefaultLayout = ({ app, title=false, children=[]}) => {
`}></div>
<main className={`
grow flex flex-row
sm:py-8
gap-2
lg:gap-8
xl:gap-16
@ -104,6 +103,8 @@ const DefaultLayout = ({ app, title=false, children=[]}) => {
overflow-y-scroll
py-4
z-20
bg-neutral bg-opacity-95
text-neutral-content
`}>
<PrimaryNavigation app={app} active={slug}/>
</aside>