Install Styler for Chrome
Go to a review, click on the Styler "S" logo on the top right menu bar, and add the following CSS:
/* go/rb-css */
span.k { color: #b05179 }
span.nc { color: #41618d }
span.kt { color: #41618d }
span.kc { color: #806DA2 ; font-weight: normal }
span.cm { font-style: normal }
pre, code, .diffed-text-area {
font-family: "Menlo";
font-size: 9pt
}
#diffs .sidebyside td,
#diffs .sidebyside td * {
-webkit-touch-callout: all;
-webkit-user-select: all;
-khtml-user-select: all;
-moz-user-select: all;
-moz-user-select: all;
-ms-user-select: all;
user-select: all;
}
#diffs .sidebyside td::selection,
#diffs .sidebyside td *::selection { background: #d3d3d3 }