This CSS may help:
#site-logo {
user-select: none;
pointer-events: none;
}
It should reduce the browser’s OCR capability from interfering with the logo.
I quickly tried it with Safari on a test instance, and it seems to work.
This CSS may help:
#site-logo {
user-select: none;
pointer-events: none;
}
It should reduce the browser’s OCR capability from interfering with the logo.
I quickly tried it with Safari on a test instance, and it seems to work.