It is possible to change the css version an application references? I noticed when creating an application recently the default coloring of the horizontal menu bar has changed; the background color is the same as the menu items and it looks flat visually.
When I inspect the menu bar element on the app I see the following css style:
.t-Header .a-MenuBar { background-color: #0572CE; }
It references file Vita.min.css?v=5.1.2.00.08
When I look at an older application that has the style I like it has following style:
.t-Header .a-MenuBar { background-color: #164678; }
It references file Vita.min.css?v=5.1.0.00.45
Is there a way to change the CSS file version an application references? I could try to override the default style but it seems better to reference the desired file.
Thanks,
Steve