CSS Changing Website Colors

We are using a child theme built with a Cherry framework. We have customized the colors of the site, changing the yellow colors to #94d60a, however each week, we notice that the css files are changed in the cache/comet-cache/htmlc folders. Any suggestion of how to correct the issue?

You notice they are changed, or you notice they are not changed? If you’re expecting the cached CSS to update but it’s not updating, then you probably need to clear the cache manually after making those changes.

Comet Cache monitors a lot of different areas to detect when changes are necessary, but if you do something like edit a CSS file on the server, Comet Cache won’t know about that (it can only monitor changes that occur inside the WordPress Dashboard, such as changing files via the built-in editor in Appearance → Editor).