Hi, I recently wrote a line of code in my base.css file to change the color of the text in my blog posts. However when I removed that line, the color change stays. Why is that?
For reference the change I made is:
.article-template__content{
colour: #167145;
}
Website url: healinghome.co.in
Hi @aryaman2
I see the color of the text is inherited from this code. https://prnt.sc/JeIAUDbAo9kk
And there is a syntax error in the code. It should be “color” not “colour”.
You can fix the above code. The color of the text will be #00000 (black).
I hope my information can support you.
Best regards,
GemPages Support Team
Now I feel silly 
Thank you so much!
Hello @aryaman2 ,
I am glad that my solution is helpful to you
.