28
xalez
7y

#sky
{
background-color: blue !important;
}

Comments
  • 3
    .cloud {
    opacity: 0.9;
    float: left;
    z-index: 100;
    }
  • 1
    .darkMatter
    {
    display: none;
    }
  • 4
    #earth.night > #sky {
    background-color: black !important;
    }
Add Comment