docs-site: implement tabs

This commit is contained in:
Glen Huang
2025-10-16 21:25:43 +08:00
parent f9fe1b8913
commit b899f95cf6
9 changed files with 214 additions and 13 deletions

View File

@@ -111,7 +111,7 @@
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 var(--pagePadding);
padding: 0 var(--pageMargin);
color: var(--fgInvertedColor);
background: var(--bgInvertedColor);
}