From b452c5ad19c6225a21955c44927f35fcf5c42b9a Mon Sep 17 00:00:00 2001 From: AngeloChecked Date: Sat, 5 Oct 2024 20:37:41 +0200 Subject: [PATCH] improve code color and accessibility --- blog/components/Base.ts | 5 +++-- blog/style/mainCss.ts | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/blog/components/Base.ts b/blog/components/Base.ts index bc8c7d7..eb6feaf 100644 --- a/blog/components/Base.ts +++ b/blog/components/Base.ts @@ -57,10 +57,11 @@ export const Base = (props: BaseProps) => ${props.scripts ?? ""} ${props.style ?? ""} ${ props.content.includes("lite-youtube") ? `` : ""} - + + ${googleTagManagerScript()} diff --git a/blog/style/mainCss.ts b/blog/style/mainCss.ts index 27f9c93..b843af8 100644 --- a/blog/style/mainCss.ts +++ b/blog/style/mainCss.ts @@ -41,8 +41,8 @@ const preStyle = cssElement({ properties: { lineHeight: "1.1", fontFamily: "verdana", - fontSize: "10px", - backgroundColor: "rgb(5,4,4)", + fontSize: "12px", + backgroundColor: "#282c34", padding: "15px", overflowX: "auto", borderRadius: "20px",