diff --git a/eth/cyrograf.sol b/eth/cyrograf.sol index e1defc9..0aa4a14 100644 --- a/eth/cyrograf.sol +++ b/eth/cyrograf.sol @@ -18,7 +18,7 @@ contract Cyrograf { Background currentBackground; constructor() { - currentBackground = Background(msg.sender, RGB(0,0,0), RGB(255,255,255)); + currentBackground = Background(msg.sender, RGB(21,37,69), RGB(255,255,255)); } function getBackground() public view returns (Background memory){