diff --git a/app/projects/[slug]/header.tsx b/app/projects/[slug]/header.tsx index 7bb91cb..bab697a 100644 --- a/app/projects/[slug]/header.tsx +++ b/app/projects/[slug]/header.tsx @@ -67,7 +67,7 @@ export const Header: React.FC = ({ project, views }) => { views, )} - +
- +

Read more - +

diff --git a/tailwind.config.js b/tailwind.config.js index bdbcae4..43375af 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -11,6 +11,16 @@ module.exports = { theme: { extend: { typography: { + DEFAULT: { + css: { + "code::before": { + content: '""', + }, + "code::after": { + content: '""', + }, + }, + }, quoteless: { css: { "blockquote p:first-of-type::before": { content: "none" },