Skip to content

Commit

Permalink
OCD2 !noci
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanMarAntonsson committed Jun 5, 2024
1 parent 600f7fd commit 43d5540
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/assets/styles/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,8 @@ pre code {
@apply block leading-tight;
counter-reset: step;
counter-increment: step 0;
border-left: solid 2px rgba(115, 138, 148, 0.4) !important;
padding-left: 4px !important;
}

pre code .line {
Expand All @@ -168,6 +170,6 @@ pre code .line::before {
top:2px;
color: rgba(115, 138, 148, 0.4);
font-size: 0.7rem;
border-right: solid 2px rgba(115, 138, 148, 0.4);
/* border-right: solid 2px rgba(115, 138, 148, 0.4); */
}
pre code .line:last-child::before{display: none;}

0 comments on commit 43d5540

Please sign in to comment.