In the realm of MVC 4 and Visual Studio 2013:
I am pondering over how to dynamically change the text on my website with the simple click of a button. The same goes for adjusting contrast. Are there any plugins or techniques that could facilitate this process?
Take a look at this well-executed example: . It showcases various text sizes, contrasts, and more. How should I go about implementing something similar? My initial thought was to have a button that triggers the usage of the same CSS sheet but with different colors/contrasts. However, this would require creating multiple redundant CSS sheets with only minor variations in text/contrast. Is there a more efficient method to achieve this?