Skip to content

Commit

Permalink
Remove color from horizontal lines (#48)
Browse files Browse the repository at this point in the history
Co-authored-by: Saswat Padhi <[email protected]>

---------

Co-authored-by: Marcel Angenvoort <[email protected]>
Co-authored-by: Saswat Padhi <[email protected]>
  • Loading branch information
3 people authored May 20, 2024
1 parent 1ab6334 commit c032ccc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions static/pseudocode.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
.ps-root .ps-algorithm {
margin: 0.8em 0;
/* algorithm environment has borders; algorithmic has not */
border-top: 3px solid black;
border-bottom: 2px solid black;
border-top: 3px solid;
border-bottom: 2px solid;
}
.ps-root .ps-algorithm.with-caption > .ps-line:first-child {
border-bottom: 2px solid black;
border-bottom: 2px solid;
}

.ps-root .katex {
Expand Down

0 comments on commit c032ccc

Please sign in to comment.