Hide site logo and title from the navigation bar.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-06-15 09:11:23 +08:00
parent ee74d31dac
commit 1eb5264d4d
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -3,6 +3,10 @@
'Noto Sans SC', 'Source Han Sans SC', sans-serif;
}
.VPNavBarTitle {
display: none;
}
html {
overflow-x: clip;
}