Skip to content

Commit

Permalink
updates !noci
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandzors committed Jun 5, 2024
1 parent 135212e commit d32f0b6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 1 addition & 5 deletions src/assets/styles/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -150,13 +150,9 @@
background-color: var(--prompt-danger-bg);
}

/* pre {
@apply rounded-md pl-8;
} */

/* Code block extra styling */
pre code {
@apply block leading-tight;
/* border-left: 1px solid rgba(115, 138, 148, 0.4) !important; */
counter-reset: step;
counter-increment: step 0;
}
Expand Down
1 change: 0 additions & 1 deletion src/content/post/upgradingforgejo/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ services:
ports:
- '3000:3000'
- '222:22'

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

0 comments on commit d32f0b6

Please sign in to comment.