Skip to content

farlandliu/savvy

Repository files navigation

Savvy, nextjs & tailwindcss blog.

forked from nextjs-blog

Deploy with Vercel

Customize

  • change fonts
  • change theme color;
  • change layout to simple layout

releases

  • 2024-03-07 change highlight code font, in css/prism.css
.code-highlight {
  @apply float-left min-w-full;
  @apply font-mono;
}

change font color of titles in css/tailwind.css

prose {
  @apply text-lg;
}
.prose h2, h3, h4{
 
  @apply  text-gray-700;
  @apply  dark:text-gray-300;
}