Jetzt geöffnet! 09:00 – 18:00 Uhr
Copyright © PRINT&COFFEE - Alle Rechte vorbehalten
/* fallback weiße schrift */
selector {
background-color: rgba(47, 47, 47, 0.8);
}
/* if backdrop support: very transparent and blurred */
@supports ((-webkit-backdrop-filter: blur(2em)) or (backdrop-filter: blur(2em))) {
selector {
background-color: rgba(255, 255, 255, 0.0);
-webkit-backdrop-filter: blur(15px);
backdrop-filter: blur(15px);
}
// Disable core update emails
add_filter( 'auto_core_update_send_email', '__return_false' );
// Disable plugin update emails
add_filter( 'auto_plugin_update_send_email', '__return_false' );
// Disable theme update emails
add_filter( 'auto_theme_update_send_email', '__return_false' );