Skip to content

Commit

Permalink
Restyle code blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
AljoschaMeyer committed Jan 17, 2024
1 parent 5a8e8b0 commit 7af018d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions willowtest/typography.css
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@ code.pseudocode {
margin: 1em 0;
display: block;
border-radius: 0;
background: rgba(0, 0, 0, 0.02);
border-top: 1px solid var(--dark-green);
padding: 0.4em;
border-bottom: 1px solid var(--dark-green);
}

.pseudocode p {
Expand Down Expand Up @@ -130,8 +134,8 @@ code.pseudocode {
.hl_doccom {
color: var(--color-comment);
display: inline-block;
border-left: solid #00000020 2px;
padding-left: 1rem;
border-left: var(--dark-green) dotted 2px;
padding-left: calc(0.5rem - 1px);
text-decoration: inherit;
}

Expand Down

0 comments on commit 7af018d

Please sign in to comment.