18975: Changes links' color to improve contrast and readability.
[arvados-workbench2.git] / 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,