v3: search engine, responsive header with compact user menu

This commit is contained in:
khannurien
2026-03-29 11:56:31 +00:00
parent f0f6472db6
commit cbb3505139
31 changed files with 1206 additions and 178 deletions

View File

@@ -82,6 +82,7 @@
body {
margin: 0;
min-height: 100vh;
overflow-x: clip;
background-color: var(--color-bg);
color: var(--color-text);
}