diff --git a/control/frontend/src/App.tsx b/control/frontend/src/App.tsx
index a6ff051..59cd863 100644
--- a/control/frontend/src/App.tsx
+++ b/control/frontend/src/App.tsx
@@ -28,7 +28,7 @@ function Shell({ children }: { children: ReactNode }) {
自动化对冲监控系统
-
比特骆驼开发定制
+
—— 比特骆驼开发定制
diff --git a/control/frontend/src/styles.css b/control/frontend/src/styles.css
index 350233d..1fd5c71 100644
--- a/control/frontend/src/styles.css
+++ b/control/frontend/src/styles.css
@@ -85,13 +85,18 @@ body {
.header-subtitle {
align-self: flex-end;
- margin-top: 4px;
+ margin-top: 6px;
margin-right: -0.4em;
- padding-left: 2.5em;
- font-size: 0.78rem;
- letter-spacing: 0.2em;
+ padding-left: 1.2em;
+ padding-bottom: 2px;
+ font-size: 0.95rem;
+ letter-spacing: 0.16em;
color: var(--muted);
white-space: nowrap;
+ text-decoration: underline;
+ text-underline-offset: 4px;
+ text-decoration-thickness: 1px;
+ text-decoration-color: rgba(0, 200, 255, 0.45);
}
.header-bar {