Skip to content

Commit b83fc62

Browse files
committed
fix(landing): use bg color same as logo exactly
1 parent 10b08cd commit b83fc62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deploy/landing/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
height: 100%;
1111
margin: 0;
1212
font-family: system-ui, sans-serif;
13-
background: #000;
13+
background: #060200;
1414
color: #e6edf3;
1515
}
1616
main {

0 commit comments

Comments
 (0)