diff --git a/console-ui/public/portal/index.html b/console-ui/public/portal/index.html index 57338da..3bafb17 100644 --- a/console-ui/public/portal/index.html +++ b/console-ui/public/portal/index.html @@ -54,11 +54,15 @@ /* ── auth 全屏(.view.on 的 block 會蓋 flex → 補 .authwrap.view.on,console 同修)── */ .authwrap { min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 24px; } .authbox { width: 100%; max-width: 400px; display: flex; flex-direction: column; gap: 24px; text-align: center; } - /* 08-01 CIS 第三輪:登入頁品牌 lockup 改真向量 WORDMARK_SVG(IBM Plex Sans SemiBold - outline + chevron compound path),mark 單色用 --ink(NEVER 用 --amber/Relation - 當 logo 色——CIS:Relation 是「唯一強調色」不是品牌色,logo 上色是一句謊話)。 */ - .brand { display: flex; justify-content: center; color: var(--ink); } - .brand svg { height: 44px; width: auto; display: block; } + /* 08-01 緊急修正:登入頁品牌 lockup 改用官方 PNG(自產 SVG outline 字腔缺失作廢, + 見 arcrun-cis/README.md 說明)。mark 不上色(NEVER 用 --amber/Relation + 當 logo 色——CIS:Relation 是「唯一強調色」不是品牌色,logo 上色是一句謊話), + 靠兩張圖(-ink/-paper-on-ink)依 data-theme 切換,不用 filter 避免色偏。 */ + .brand { display: flex; justify-content: center; } + .brand img { height: 44px; width: auto; display: block; } + .brand .wm-paper { display: none; } + :root[data-theme="dark"] .brand .wm-ink { display: none; } + :root[data-theme="dark"] .brand .wm-paper { display: block; } .brand-sub { margin-top: 10px; font-size: 15px; color: rgba(var(--ink-rgb),.55); letter-spacing: .1em; } /* ── 版面骨架 ── */ @@ -184,7 +188,7 @@
- +
知識入口・Portal
@@ -203,7 +207,7 @@
- +
歡迎!先建立你的帳號