Skip to content

Commit 5eed328

Browse files
simonwclaude
andauthored
Make model status message less prominent when ready (#177)
Use semi-transparent white background with smaller, non-bold text that looks good against both red and green page backgrounds. Co-authored-by: Claude <noreply@anthropic.com>
1 parent e2a203c commit 5eed328

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

is-it-a-bird.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,11 @@
120120
color: #856404;
121121
}
122122
#model-status.ready {
123-
background: #d4edda;
124-
color: #155724;
123+
background: rgba(255, 255, 255, 0.5);
124+
color: #333;
125+
font-weight: normal;
126+
font-size: 14px;
127+
padding: 10px;
125128
}
126129
#model-status.error {
127130
background: #f8d7da;

0 commit comments

Comments
 (0)