diff --git a/src/components/common/Footer.tsx b/src/components/common/Footer.tsx index 211a269..b5b7b44 100644 --- a/src/components/common/Footer.tsx +++ b/src/components/common/Footer.tsx @@ -4,6 +4,7 @@ const messages: string[] = [ "Find flow.", "Sit with your ambient ambition.", "Shine, constantly and steadily.", + "Striking and unapologetic.", "Pray at the altar of hard work.", ]; diff --git a/tailwind.config.cjs b/tailwind.config.cjs index d360741..2b538a6 100644 --- a/tailwind.config.cjs +++ b/tailwind.config.cjs @@ -42,9 +42,10 @@ module.exports = { ":not(pre) > code": { fontFamily: ["geistMonoVariable"], backgroundColor: theme("colors.zinc.200"), - borderColor: theme("colors.zinc.300"), - padding: "0.250rem 0.4rem", + borderColor: theme("colors.zinc.200"), + padding: "0.0.5rem 0.0.5rem", borderRadius: "0.250rem", + border: '2px solid', fontWeight: "400", }, },