I didn't do a great job of colour-coordinating the /user and /dev navbar background colours in PR #1258. As it stands only some pages have the correct colour.
There are, I believe three types of pages -
I now know how to set the dev and user pages to the correct colour (by editing the relevent .html file in /layouts). The problem is codepage page types occur in both /user and /dev, so I don't believe it is possible to fully colour-coordinate all pages.
Two solutions:
- Abandon the idea of having different colour navbars and choose a single colour for all by redefining
$primary.
- Have different colours for the
user & dev page types and a third colour for codepage page types.
Something to think about.
I didn't do a great job of colour-coordinating the
/userand/devnavbar background colours in PR #1258. As it stands only some pages have the correct colour.There are, I believe three types of pages -
I now know how to set the dev and user pages to the correct colour (by editing the relevent .html file in
/layouts). The problem iscodepagepage types occur in both/userand/dev, so I don't believe it is possible to fully colour-coordinate all pages.Two solutions:
$primary.user&devpage types and a third colour forcodepagepage types.Something to think about.