Skip to content

Commit cd4ee83

Browse files
committed
Fix text color in footer for better visibility
1 parent cbb40cd commit cd4ee83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/page.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,7 @@ Feel free to ask about neural circuits, gene expression, connectome data, or any
708708
/>
709709
<div style={{
710710
fontSize: '10px',
711-
color: '#333',
711+
color: 'rgb(255, 255, 255)',
712712
opacity: 0.4,
713713
fontFamily: 'monospace',
714714
whiteSpace: 'nowrap'

0 commit comments

Comments
 (0)