re-add qtquick types and qs examples links to nav

This commit is contained in:
outfoxxed 2024-10-24 20:17:34 -07:00
parent a5c4272469
commit bc01642fa4
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
5 changed files with 36 additions and 22 deletions

View file

@ -4,6 +4,15 @@
.nav-link {
text-decoration: none !important;
& div {
display: flex;
flex-direction: row;
align-items: center;
gap: 0.3em;
& svg { color: hsl(var(--text)) }
}
}
.nav-item {