How to save css to persist over loading different pages or refreshing page
I am trying to implement the function of saving a post or liking a post and the css style of the like button or the save button doesn’t apply when refreshing or changing page. how can I save the css styles to persist over different pages.
I am using django in the backend