Index: wp-admin/includes/dashboard.php
===================================================================
--- wp-admin/includes/dashboard.php	(revision 22098)
+++ wp-admin/includes/dashboard.php	(working copy)
@@ -1239,7 +1239,6 @@
 	<div class="welcome-panel-column-container">
 	<div class="welcome-panel-column">
 		<h4><?php _e( 'Get Started' ); ?></h4>
-		<p><?php _e( 'First, tweak the look of your site:' ); ?></p>
 		<a class="button-primary welcome-button load-customize hide-if-no-customize" href="<?php echo wp_customize_url(); ?>"><?php _e( 'Customize Your Site' ); ?></a>
 		<a class="button-primary welcome-button hide-if-customize" href="<?php echo admin_url( 'themes.php' ); ?>"><?php _e( 'Customize Your Site' ); ?></a>
 		<?php if ( current_user_can( 'install_themes' ) || ( current_user_can( 'switch_themes' ) && count( wp_get_themes( array( 'allowed' => true ) ) ) > 1 ) ) : ?>
Index: wp-admin/css/wp-admin.css
===================================================================
--- wp-admin/css/wp-admin.css	(revision 22098)
+++ wp-admin/css/wp-admin.css	(working copy)
@@ -2190,7 +2190,7 @@
 .welcome-panel h3 {
 	margin: 0;
 	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
-	font-size: 32px;
+	font-size: 21px;
 	font-weight: normal;
 	line-height: 1.2;
 }
@@ -2200,7 +2200,7 @@
 }
 
 .welcome-panel .about-description {
-	font-size: 18px;
+	font-size: 16px;
 	margin: 0;
 }
 
@@ -2227,9 +2227,10 @@
 }
 
 .welcome-button {
-	margin: -9px 0 3px;
-	padding: 1em 3em;
-	font: normal 15px/1 sans-serif;
+	height: 15px;
+	margin: 10px 0 3px;
+	padding: 0.95em 2.7em 0.85em;
+	font: normal 14px/1 sans-serif;
 }
 
 .welcome-panel-content {
