Skip to content

Commit

Permalink
hey git new shiz
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandzors committed Jun 5, 2024
1 parent a4882d6 commit bf369ab
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
27 changes: 26 additions & 1 deletion src/assets/styles/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -148,4 +148,29 @@
.prompt-danger {
border-left-color: var(--prompt-danger-border);
background-color: var(--prompt-danger-bg);
}
}

/* pre {
@apply rounded-md pl-8;
}
pre code {
@apply block leading-tight p-2 pl-1;
border-left: 1px solid rgba(115, 138, 148, 0.4);
counter-reset: step;
counter-increment: step 0;
}
pre code .line {
@apply relative;
}
pre code .line::before {
@apply absolute overflow-hidden w-7 h-4 -left-9 top-0 text-right;
content: counter(step);
counter-increment: step;
color: rgba(115, 138, 148, 0.4);
font-size: 0.7rem;
border-right-width: 0.1rem;
border-right-color: rgba(115, 138, 148, 0.4);
} */
1 change: 1 addition & 0 deletions src/content/post/upgradingforgejo/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ services:
ports:
- '3000:3000'
- '222:22'

```
file="docker-compose.yml"
Expand Down

0 comments on commit bf369ab

Please sign in to comment.