Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
fix: code highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
BernardoSM committed Apr 21, 2024
1 parent f5ee9cd commit 94cedd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.development
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
NUXT_PUBLIC_APP_URL=http://localhost:3001/
NUXT_PUBLIC_SITE_URL=https://menthor.io/
#NUXT_PUBLIC_API_URL=http://localhost:3000/dev
##NUXT_PUBLIC_API_URL=http://localhost:3000/dev
NUXT_PUBLIC_API_URL=https://2vzfiy8py1.execute-api.sa-east-1.amazonaws.com/dev
NUXT_PUBLIC_UMAMI_HOST="https://analytics.umami.is/script.js"
NUXT_PUBLIC_UMAMI_ID="3ff16063-e916-4083-ad5e-66dcec525c16"
Expand Down
2 changes: 1 addition & 1 deletion packages/assets/styles/content.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
}

#nuxt_content code .line.highlight {
@apply pl-3 pr-4 border-l-[2px] border-zinc-950 bg-zinc-50;
@apply pl-3 pr-4 border-l-[2px] border-zinc-950 bg-zinc-50 w-[calc(100%_+_2rem)] -ml-4;
}

#nuxt_content iframe {
Expand Down

0 comments on commit 94cedd7

Please sign in to comment.