diff --git a/scripts/build_docs.py b/scripts/build_docs.py index 2445ca9..e6627b4 100644 --- a/scripts/build_docs.py +++ b/scripts/build_docs.py @@ -56,11 +56,17 @@ td.cn {{ width: 140px; font-weight: 600; color: #333; }} td.en {{ color: #666; font-size: 14px; }} a {{ color: #0066cc; text-decoration: none; display: block; }} a:hover td {{ background: #f8f8f8; border-radius: 4px; }} +.topbar {{ display: flex; justify-content: space-between; align-items: baseline; }} +.logout-btn {{ font-size: 13px; color: #999; text-decoration: none; }} +.logout-btn:hover {{ color: #cc0000; }}
{subtitle}