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

Commit 94cedd7

Browse files
committedApr 21, 2024·
fix: code highlight
1 parent f5ee9cd commit 94cedd7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.env.development

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
NUXT_PUBLIC_APP_URL=http://localhost:3001/
22
NUXT_PUBLIC_SITE_URL=https://menthor.io/
3-
#NUXT_PUBLIC_API_URL=http://localhost:3000/dev
3+
##NUXT_PUBLIC_API_URL=http://localhost:3000/dev
44
NUXT_PUBLIC_API_URL=https://2vzfiy8py1.execute-api.sa-east-1.amazonaws.com/dev
55
NUXT_PUBLIC_UMAMI_HOST="https://analytics.umami.is/script.js"
66
NUXT_PUBLIC_UMAMI_ID="3ff16063-e916-4083-ad5e-66dcec525c16"

‎packages/assets/styles/content.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
}
4646

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

5151
#nuxt_content iframe {

0 commit comments

Comments
 (0)
This repository has been archived.