diff --git a/styles/globals.css b/styles/globals.css index ce831fd..4a0c0a2 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -55,4 +55,8 @@ @apply py-1.5; @apply pe-1.5; } + + .hljs-toolbar { + @apply rounded-t-lg; + } }