-
+
+
@@ -603,7 +609,7 @@
line-height: var(--score-title-line-height);
margin-bottom: calc(0.5 * var(--score-title-line-height));
text-align: center;
- color: black;
+ color: var(--body-text-color);
}
/* TODO(#8185) use more BEM (.lh-gauge__label--big) instead of relying on descendent selector */
@@ -640,6 +646,21 @@
fill: #B0B0B0;
}
+ .lh-gauge--pwa__disc {
+ fill: var(--color-black-200);
+ }
+
+ .lh-gauge--pwa__logo--primary-color {
+ fill: #304FFE;
+ }
+
+ .lh-gauge--pwa__logo--secondary-color {
+ fill: #3D3D3D;
+ }
+ .dark .lh-gauge--pwa__logo--secondary-color {
+ fill: #D8B6B6;
+ }
+
/* No passing groups. */
.lh-gauge--pwa__wrapper:not([class*='lh-badged--']) .lh-gauge--pwa__na-line {
display: inline;
@@ -673,10 +694,6 @@