diff --git a/core/themes/bartik/color/preview.css b/core/themes/bartik/color/preview.css
index 65e9ad7..38c694e 100644
--- a/core/themes/bartik/color/preview.css
+++ b/core/themes/bartik/color/preview.css
@@ -52,14 +52,13 @@
 }
 #preview-main-menu-links a:hover,
 #preview-main-menu-links a:focus {
-  background: #fff;
+  background: #eee;
   background: rgba(255, 255, 255, 0.95);
-}
-#preview-main-menu-links a:active {
-  background: #b3b3b3;
-  background: rgba(255, 255, 255, 1);
+  text-decoration: none;
+  cursor: pointer;
 }
 #preview-main-menu-links li a.active {
+  background: #fff;
   border-bottom: none;
 }
 #preview-main-menu-links li {
diff --git a/core/themes/bartik/css/style.css b/core/themes/bartik/css/style.css
index c221415..0c9e3ed 100644
--- a/core/themes/bartik/css/style.css
+++ b/core/themes/bartik/css/style.css
@@ -2,7 +2,7 @@
 
 body {
   line-height: 1.5;
-  font-size: 87.5%;
+  font-size: 100%;
   word-wrap: break-word;
   margin: 0;
   padding: 0;
