Skip to content

Commit

Permalink
de-saturate the code block a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
danilo-leal committed Jun 14, 2024
1 parent 463c5f1 commit bd5ce1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/modules/components/DemoEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const StyledMarkdownElement = styled(MarkdownElement)(({ theme }) => [
maxHeight: 'min(68vh, 1000px)',
overflow: 'auto',
marginTop: -1,
backgroundColor: 'hsl(210, 35%, 9%)', // a special, one-off, color tailored for the code blocks using MUI's branding theme blue palette as the starting point. It has a less saturaded color but still maintaining a bit of the blue tint.
backgroundColor: 'hsl(210, 25%, 9%)', // a special, one-off, color tailored for the code blocks using MUI's branding theme blue palette as the starting point. It has a less saturaded color but still maintaining a bit of the blue tint.
border: 0,
colorScheme: 'dark',
'&:hover': {
Expand Down
2 changes: 1 addition & 1 deletion docs/src/modules/components/ThemeViewer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ export default function ThemeViewer({
sx={{
color: '#FFF',
p: 1.5,
bgcolor: 'hsl(210, 35%, 9%)', // one-off code container color
bgcolor: 'hsl(210, 25%, 9%)', // one-off code container color
borderRadius: 3,
border: `1px solid ${blueDark[700]}`,
}}
Expand Down

0 comments on commit bd5ce1b

Please sign in to comment.