Hi Marius!
Unfortunately, the important-tag didn’t help.
My custom CSS looks like this now:
.sitetitle.txt:hover, .sitetitle:hover .tagline {
font-style: normal !important;
}
.primary a:hover span {
font-style: normal !important;
}
All links except the menu-links are supposed to be italic on hover; as I wrote, it works perfectly in some versions of Safari, but still it would be great to fix that for all of them. Is something wrong with my custom CSS?