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",