Merge "Changes to font sizes"
diff --git a/polygerrit-ui/app/styles/gr-change-list-styles.html b/polygerrit-ui/app/styles/gr-change-list-styles.html
index 7379b9c..410389b 100644
--- a/polygerrit-ui/app/styles/gr-change-list-styles.html
+++ b/polygerrit-ui/app/styles/gr-change-list-styles.html
@@ -68,7 +68,6 @@
       }
       .topHeader th {
         background-color: var(--table-header-background-color);
-        font-size: var(--font-size-large);
         height: 3rem;
         position: -webkit-sticky;
         position: sticky;
diff --git a/polygerrit-ui/app/styles/gr-table-styles.html b/polygerrit-ui/app/styles/gr-table-styles.html
index 5e40735..cf4e84e 100644
--- a/polygerrit-ui/app/styles/gr-table-styles.html
+++ b/polygerrit-ui/app/styles/gr-table-styles.html
@@ -71,11 +71,11 @@
       }
       .genericList .topHeader {
         background-color: var(--table-header-background-color);
-        font-size: var(--font-size-large);
         height: 3rem;
       }
       .genericList .groupHeader {
         background-color: var(--table-subheader-background-color);
+        font-size: var(--font-size-large);
       }
       .genericList a {
         color: var(--primary-text-color);
diff --git a/polygerrit-ui/app/styles/themes/app-theme.html b/polygerrit-ui/app/styles/themes/app-theme.html
index 4500e10..a242533 100644
--- a/polygerrit-ui/app/styles/themes/app-theme.html
+++ b/polygerrit-ui/app/styles/themes/app-theme.html
@@ -53,7 +53,7 @@
   /* Font sizes */
   --font-size-normal: 1rem;
   --font-size-small: .92rem;
-  --font-size-large: 1.076rem;
+  --font-size-large: 1.154rem;
 
   --link-color: #2a66d9;
   --primary-button-background-color: var(--link-color);