Skip to content

Commit 38ead28

Browse files
committed
fix: 修复硬编码颜色
1 parent 57504fc commit 38ead28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/globals.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
line-height: 1;
8989
font-family: var(--font-serif);
9090
margin-right: 0.5rem;
91-
color: #cc0000;
91+
color: var(--color-accent);
9292
}
9393

9494
.ticker {

0 commit comments

Comments
 (0)