HEX
Server: Apache/2.4.65 (Debian)
System: Linux kubikelcreative 5.10.0-35-amd64 #1 SMP Debian 5.10.237-1 (2025-05-19) x86_64
User: www-data (33)
PHP: 8.4.13
Disabled: NONE
Upload Files
File: /var/www/gosurya-id/wp-content/plugins/jetpack/modules/search/customberg/styles.scss
@import './lib/base-styles';
@import './lib/wordpress-interface';

// In order to use mix-blend-mode, this element needs to have an explicitly set background-color
// We scope it to .wp-toolbar to be wp-admin only, to prevent bleed into other implementations
html.wp-toolbar {
	background: $white;
}

.jp-search-configure-sidebar .components-button.interface-complementary-area__pin-unpin-item {
	display: none;
}

// Customberg is an inappropriate place to show a wp-admin notice.
#wpbody-content > .notice {
	display: none;
}

#wpfooter {
	display: none;
}

@include wordpress-admin-schemes();