//Custom WordPress Admin Color Scheme function admin_css() { wp_enqueue_style( 'admin_css', get_stylesheet_directory_uri() . '/css/admin.css' ); } add_action('admin_print_styles', 'admin_css' ); // END Custom WordPress Admin Color Scheme
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter