feat: add legal tabs and update header assets
Switch the legal page to tabbed EULA/privacy content with URL sync, update header styling, and migrate footer icons to Ant Design. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
+2
-1
@@ -1,6 +1,7 @@
|
||||
@layer theme, base, antd, components, utilities;
|
||||
|
||||
@import 'tailwindcss';
|
||||
@plugin "@tailwindcss/typography";
|
||||
|
||||
html, body {
|
||||
margin: 0;
|
||||
@@ -56,7 +57,7 @@ html, body {
|
||||
|
||||
.nav-item:hover::after,
|
||||
.nav-item.active::after {
|
||||
height: 80%; /* 向上打光的高度,可以调整 */
|
||||
height: 80%; /* Height of the upward glow; adjustable. */
|
||||
}
|
||||
|
||||
.nav-item:hover,
|
||||
|
||||
Reference in New Issue
Block a user