18975: Changes links' color to improve contrast and readability.
authorLucas Di Pentima <lucas.dipentima@curii.com>
Tue, 5 Jul 2022 13:58:27 +0000 (10:58 -0300)
committerLucas Di Pentima <lucas.dipentima@curii.com>
Tue, 5 Jul 2022 13:58:27 +0000 (10:58 -0300)
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>

src/views/process-panel/process-log-code-snippet.tsx

index 1ab25ea1ecf7d0e454743086821092ac55f45ec4..261075c0dd41f6a57ae17c285889231db28899dc 100644 (file)
@@ -26,6 +26,9 @@ const styles: StyleRulesCallback<CssRules> = (theme: ArvadosTheme) => ({
         overflow: 'auto',
         backgroundColor: '#000',
         height: `calc(100% - ${theme.spacing.unit * 4}px)`, // so that horizontal scollbar is visible
+        "& a": {
+            color: theme.palette.primary.main,
+        },
     },
     logText: {
         padding: theme.spacing.unit * 0.5,