Modify the WordPress admin bar CSS?

What you are seeing is probably produced by _admin_bar_bump_cb().

From quick look at code it includes following instructions inline in WP_Admin_Bar class:

To remove the default padding styles from WordPress for the Toolbar, use the following code:

add_theme_support( 'admin-bar', array( 'callback' => '__return_false' ) );