diff --git a/pages/post.go b/pages/post.go index d3e984b..aa68d0d 100644 --- a/pages/post.go +++ b/pages/post.go @@ -50,7 +50,7 @@ func Post(c echo.Context) error { markdown := goldmark.New( goldmark.WithExtensions( highlighting.NewHighlighting( - highlighting.WithStyle("dracula"), + highlighting.WithStyle("fruity"), highlighting.WithFormatOptions( chromahtml.WithLineNumbers(true), ),