From ad83bd90361b2b99fa37b3d052714d7918e64529 Mon Sep 17 00:00:00 2001 From: Lucas Di Pentima Date: Tue, 5 Jul 2022 10:58:27 -0300 Subject: [PATCH] 18975: Changes links' color to improve contrast and readability. Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima --- src/views/process-panel/process-log-code-snippet.tsx | 3 +++ 1 file changed, 3 insertions(+) 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, -- 2.30.2