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 | 35f5beabe55c59149ad0a6e4eb242fbc5352bf2e (patch) | |
tree | 880ab39f46b5f70c6641b34875caed2712ff665d /extension/react-app/src/components | |
parent | 4c51e14ae8fc19ff1c7552f060a59f21abf016c7 (diff) | |
download | sncontinue-35f5beabe55c59149ad0a6e4eb242fbc5352bf2e.tar.gz sncontinue-35f5beabe55c59149ad0a6e4eb242fbc5352bf2e.tar.bz2 sncontinue-35f5beabe55c59149ad0a6e4eb242fbc5352bf2e.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` |