Skip to content

Commit

Permalink
adsd background to docs menu
Browse files Browse the repository at this point in the history
  • Loading branch information
ECorreia45 committed Sep 30, 2024
1 parent cbadfd4 commit 053c340
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions docs/stylesheets/documentation.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,25 @@
position: sticky;
top: 0;
left: 0;
overflow: auto;
min-height: 100%;
border-right: 0.001rem solid coral;
}

#documentation nav::after {
content: '';
display: block;
position: absolute;
right: 0;
top: 0;
width: 100vw;
background: #09141d;
height: 100%;
z-index: -1;
}

#documentation nav ul {
height: 100%;
overflow: auto;
padding: 50px 0 30px 0;
}

Expand Down Expand Up @@ -68,7 +84,7 @@

#documentation article {
flex: 1;
max-width: 1024px;
max-width: 825px;
padding: 50px 30px;
color: #ddd;
}
Expand Down

0 comments on commit 053c340

Please sign in to comment.