Skip to content

Instantly share code, notes, and snippets.

@frankschrijvers
Created October 28, 2014 13:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save frankschrijvers/182e44a2535170540537 to your computer and use it in GitHub Desktop.
Save frankschrijvers/182e44a2535170540537 to your computer and use it in GitHub Desktop.
admin_css
// Custom WP Admin Color Scheme
function admin_css() {
wp_enqueue_style( 'admin_css', get_template_directory_uri() . '/admin.css' );
}
add_action('admin_print_styles', 'admin_css' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment