diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-07-04 14:01:59 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-07-04 14:01:59 -0700 |
commit | 2d8c28965684d03ef711253e5555ef304882828f (patch) | |
tree | 417f4b855aab263ac087e46d30c40c0116beae03 /extension/react-app/src/components | |
parent | b7d1c2ffe7aef8f28cdcf504261dde5594fe84e5 (diff) | |
download | sncontinue-2d8c28965684d03ef711253e5555ef304882828f.tar.gz sncontinue-2d8c28965684d03ef711253e5555ef304882828f.tar.bz2 sncontinue-2d8c28965684d03ef711253e5555ef304882828f.zip |
details
Diffstat (limited to 'extension/react-app/src/components')
-rw-r--r-- | extension/react-app/src/components/StepContainer.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/extension/react-app/src/components/StepContainer.tsx b/extension/react-app/src/components/StepContainer.tsx index ab0d307f..35d34976 100644 --- a/extension/react-app/src/components/StepContainer.tsx +++ b/extension/react-app/src/components/StepContainer.tsx @@ -81,7 +81,8 @@ const MarkdownPre = styled.pre` const StyledCode = styled.code` word-wrap: break-word; - color: lightgray; + color: #f69292; + background: transparent; `; const gradient = keyframes` |