How can I color manually the y-axis title (using ggplot2).
The title and subtitle work but not the y-axis label.
labs(title = "Cat food brands: <span style='color:#FF4500;'>**8 brands decreased in sale**</span>",
subtitle = "YEAR-OVER-YEAR % CHANGE IN SALE VOLUME ($)<br>",
y = "DECREASED | INCREASED")