From: Lucas Di Pentima Date: Tue, 5 Jul 2022 13:58:27 +0000 (-0300) Subject: 18975: Changes links' color to improve contrast and readability. X-Git-Tag: 2.5.0~47^2~5 X-Git-Url: https://git.arvados.org/arvados-workbench2.git/commitdiff_plain/ad83bd90361b2b99fa37b3d052714d7918e64529 18975: Changes links' color to improve contrast and readability. Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima --- diff --git a/src/views/process-panel/process-log-code-snippet.tsx b/src/views/process-panel/process-log-code-snippet.tsx index 1ab25ea1..261075c0 100644 --- a/src/views/process-panel/process-log-code-snippet.tsx +++ b/src/views/process-panel/process-log-code-snippet.tsx @@ -26,6 +26,9 @@ const styles: StyleRulesCallback = (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,