You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
backgroundColor: '#0F1924',// 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.
13
+
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.
14
14
color: '#f8f8f2',// fallback color until Prism's theme is loaded
backgroundColor: '#0F1924',// 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.
19
+
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.
Copy file name to clipboardExpand all lines: docs/src/modules/components/MarkdownElement.js
+14-14Lines changed: 14 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -24,8 +24,8 @@ const Root = styled('div')(
24
24
lineHeight: 1.5,// Developers like when the code is dense.
25
25
margin: theme.spacing(2,'auto'),
26
26
padding: theme.spacing(2),
27
-
backgroundColor: '#0F1924',// 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.
28
-
color: '#f8f8f2',
27
+
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.
0 commit comments