Skip to content

Commit

Permalink
ref: border on pre code tag
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxxeun committed Sep 20, 2024
1 parent 99d996e commit aec33ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/components/common/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
];

Expand Down
5 changes: 3 additions & 2 deletions tailwind.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
},
Expand Down

0 comments on commit aec33ec

Please sign in to comment.