Skip to content

Commit 3275398

Browse files
committed
fix(auth): restore topnav auth button styling
Signed-off-by: czyt <czytcn@gmail.com> Commit-Message-Assisted-by: Claude (via Claude Code)
1 parent c6a3868 commit 3275398

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

web/static/css/style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ body{font-family:-apple-system,BlinkMacSystemFont,'PingFang SC','Helvetica Neue'
3939
/* Change Password Modal */
4040
.pwd-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:500}
4141
.pwd-modal.hidden{display:none}
42+
.auth-btn{padding:5px 12px;border-radius:6px;border:1px solid var(--bd);font-size:13px;cursor:pointer;background:var(--bg);color:var(--tx2);transition:border-color .15s,color .15s,background .15s}
4243
.auth-btn:hover{border-color:var(--or);color:var(--or)}
4344
.auth-btn.primary{background:var(--or);color:#fff;border-color:var(--or)}
4445
.auth-btn.primary:hover{background:var(--or2)}

0 commit comments

Comments
 (0)