diff --git a/explorer-nextjs/src/theme/colours.ts b/explorer-nextjs/src/theme/colours.ts index 0519b3e7b5..20c6dba30a 100644 --- a/explorer-nextjs/src/theme/colours.ts +++ b/explorer-nextjs/src/theme/colours.ts @@ -8,8 +8,8 @@ export const colours = { 500: "#14e76f", }, haze: { - 200: '#DAE0EB', - 300: "#C4CCDE", + 200: "#DAE0EB", + 300: "#C4CCDE", }, pine: { 200: "#CAD6D7", diff --git a/explorer-nextjs/src/theme/markdown-styles.module.css b/explorer-nextjs/src/theme/markdown-styles.module.css index 5807e9a130..3f20974873 100644 --- a/explorer-nextjs/src/theme/markdown-styles.module.css +++ b/explorer-nextjs/src/theme/markdown-styles.module.css @@ -4,7 +4,6 @@ margin-top: 0px; line-height: unset; border: 0px; - margin: 0px; font-size: 16px; display: inline; }