diff --git a/core/modules/contextual/contextual.theme.css b/core/modules/contextual/contextual.theme.css
index 48d8e83..0e7ea04 100644
--- a/core/modules/contextual/contextual.theme.css
+++ b/core/modules/contextual/contextual.theme.css
@@ -75,15 +75,15 @@
   font-size: small;
   line-height: 0.8em;
   margin: 0.25em 0;
-  padding: 0.4em 0.8em 0.4em 0.6em; /* LTR */
+  padding: 0.4em 0.8em 0.4em 0.6em !important; /* LTR */
 }
 .contextual-region .contextual .contextual-links a,
 .contextual-region .contextual .contextual-links a:hover,
 .contextual-region .contextual .contextual-links a:active,
 .contextual-region .contextual .contextual-links a:focus {
   background-color: #fff;
-  color: #333;
-  text-decoration: none;
+  color: #333 !important;
+  text-decoration: none !important;
 }
 .contextual-region .contextual .contextual-links li a:hover {
   background-color: #bfdcee;
diff --git a/core/themes/bartik/css/style.css b/core/themes/bartik/css/style.css
index 72f776d..292fabe 100644
--- a/core/themes/bartik/css/style.css
+++ b/core/themes/bartik/css/style.css
@@ -236,7 +236,6 @@ table ul.links li {
   padding: 0 0 0.25em 1em; /* LTR */
 }
 .contextual-region .contextual .contextual-links a {
-  font-size: 0.923em;
   text-shadow: 0 0 0 !important;
 }
 .item-list .pager {
