I see that Xamarin using CSS to style the pages uses an EmbeddedResource.
I want a default CSS file and then download a file at Load time to style the app based on Client CSS. Is it possible either to extend or override the Embedded CSS file or can I do something crazy to embed another resource at runtime?