Skip to content

Commit

Permalink
Revert "Modification to allow using pygments and chroma"
Browse files Browse the repository at this point in the history
This reverts commit 2e0bf65.
  • Loading branch information
shrysr committed Nov 5, 2019
1 parent 2e0bf65 commit 4307c42
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions layouts/partials/css/academic.css
Expand Up @@ -172,7 +172,6 @@ pre {
pre code {
white-space: pre; /* Override Bootstrap to preserve line breaks in code. */
overflow-x: auto;
background-color: inherit
}

hr {
Expand Down Expand Up @@ -602,10 +601,10 @@ a[data-fancybox] img {
}

#profile .portrait {
width: 340px;
height: 230px;
width: 200px;
height: 200px;
margin: 0 auto;
border-radius: 20%;
border-radius: 50%;
object-fit: cover;
}

Expand Down

0 comments on commit 4307c42

Please sign in to comment.