Page MenuHomePhabricator
Paste P14821

(An Untitled Masterwork)
ActivePublic

Authored by Paladox on Mar 12 2021, 9:12 PM.
Tags
None
Referenced Files
F34156123: raw-paste-data.txt
Mar 12 2021, 9:12 PM
Subscribers
None
diff --git a/modules/gerrit/files/homedir/review_site/static/gerrit-theme.html b/modules/gerrit/files/homedir/review_site/static/gerrit-theme.html
index 4e542a4c20..8b146639af 100644
--- a/modules/gerrit/files/homedir/review_site/static/gerrit-theme.html
+++ b/modules/gerrit/files/homedir/review_site/static/gerrit-theme.html
@@ -66,6 +66,12 @@ limitations under the License.
--box-shadow: 0 3px 3px 2px rgba(0,0,0,0.075), 0 0 2px rgba(0,0,0,0.2);
--header-border-bottom: 4px solid;
--header-border-image: linear-gradient(to right, #990000 15%, #006699 15%, #006699 85%, #339966 85%) 1;
+
+ /** Vote scores, trying to improve accessibility - T256615*/
+ --vote-chip-styles {
+ font-size: 1.1em;
+ font-weight: bold;
+ }
}
</style>
</template>