Skip to content

Commit

Permalink
Fix specificity
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Mendoza committed Jul 27, 2023
1 parent cb434f9 commit 9a7cbb4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ div#footer { margin: auto; margin-top: 4rem; text-align: center; }

pre { white-space: pre-wrap; user-select: text; text-align: left; }
pre.prettyprint {
padding: 2rem;
display: inline-block;
margin: auto;
box-shadow: 0 0 20px rgba(0,0,0,0.4);
Expand All @@ -49,6 +48,10 @@ pre.prettyprint {
.slick-next:before {
font-size: 4rem;
}
pre.prettyprint {
padding: 2rem;
font-size: 120%;
}
}

/* syntax copied from https://github.com/googlearchive/code-prettify/blob/master/styles/desert.css */
Expand Down

0 comments on commit 9a7cbb4

Please sign in to comment.