Hutchy68 / pivot

A MediaWiki mobile skin which "Pivots" seamlessly to any size display.
https://pivot.wikiproject.net
BSD 2-Clause "Simplified" License
37 stars 18 forks source link

Easy way to change overall color theme? #64

Closed poVoq closed 6 years ago

poVoq commented 6 years ago

Hi!

I really like the overall functionality of this theme... but the mint-green isn't really to my liking :)

Is there an relatively easy way (preferably one that survives updates) to change some of the colors?

Thanks for the help.

Hutchy68 commented 6 years ago

See https://pivot.wikiproject.net/wiki/Customizing and adding to MediaWiki:Pivot.css will not be effected by updates. Just make sure you reload css with CTRL-F5.

poVoq commented 6 years ago

Ahh totally overlooked that page. Sorry for that.

Works nicely, just had to add this:

/* Namespace label color */
h4.namespace.label {
    background-color: #3498DB;
}