Topic: Replacing the feed-icon.png image

Hello !
I made a new png icon, gave it the same name as the default orange one and replaced it in the theme via ftp.
But the orange picture is still there. I emptied the cache, visited the site with an other browser. To no avail : the orange things is sticky. I want my black and red rss icon !
How can I do ?
Thanks in advance

https://agora.chauvigne.info/
PunBB 1.4.6
PHP: 8.0.24
Base de données    SQLite3 3.27.2

Re: Replacing the feed-icon.png image

It is writed format on base64.
Open Chronikat.min.css
string 692

a.feed {
    padding-left: 22px;
    background: url(data:image/png;base64........

and specify the path to the icon

for example

a.feed {
    padding-left: 22px;
    background: url(My_image.png) center left no-repeat;

Re: Replacing the feed-icon.png image

Yesssss !!!
Thanks

https://agora.chauvigne.info/
PunBB 1.4.6
PHP: 8.0.24
Base de données    SQLite3 3.27.2