weatherstorm / Sofaskin-CW9009

Sofaskin-CW9009 skin for Weewx is a modified version of the Sofaskin developed by Sven at https://neoground.com/portfolio/neowx/. He no longer supports the original skin. Please see the readme for dependency requirements to use this skin.
http://www.centuryfarmweather.com
MIT License
17 stars 11 forks source link

Change top header color #7

Closed Blisk closed 6 years ago

Blisk commented 6 years ago

How to change that blue/green top color?

weatherstorm commented 6 years ago

Sorry for the delay in my response. You can control the background color of the header and footer in the main.css file. For example, the head background color is here:

header { background: #05c2d8; width: 100%; color: #fff; font-weight: 300; padding: 1em 0 0 0; }

You will see the same thing in the footer section as well.