WIP: Fixed color of top triangle. Wixed z-index of nav.

This commit is contained in:
Stephan 2021-02-20 16:34:03 +01:00
parent 155c79a1be
commit 7be5f8e641
2 changed files with 2 additions and 1 deletions

View File

@ -52,6 +52,7 @@ body {
justify-content: flex-end;
background-color: var(--wtf-light-grey);
z-index: 20;
}
.primary_nav__toggle {

View File

@ -8,7 +8,7 @@
</g>
</g>
<g transform="matrix(1,0,0,1,979,0)">
<path d="M0,0L0,46L27.2,46L96,0L0,0Z" style="fill:#ebebeb;"/>
<path d="M0,0L0,46L27.2,46L96,0L0,0Z" style="fill:#edefeb;"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 869 B

After

Width:  |  Height:  |  Size: 869 B