/* Favicon size override */
link[rel="icon"],
link[rel="shortcut icon"],
link[rel="apple-touch-icon"] {
    width: 512px !important;
    height: 512px !important;
}

/* Force favicon to be visible in browser */
link[rel="icon"]:not([type="image/svg+xml"]) {
    width: auto !important;
    height: auto !important;
}
