From fde4492b0b96a695e57b681c3e7560528bbbbd53 Mon Sep 17 00:00:00 2001 From: fmtabbara Date: Wed, 4 Dec 2024 21:11:29 +0000 Subject: [PATCH] test pre-commit hook --- explorer-nextjs/src/theme/colours.ts | 4 ++-- explorer-nextjs/src/theme/markdown-styles.module.css | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) 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; }