Fix CSS bug where code blocks ended with blank lines in Firefox (#239)

fixes https://github.com/Xe/site/issues/238

Disclaimer: I only tested this with the browser developer tools. I did not rebuild the site or try this CSS change on multiple pages.
This commit is contained in:
Rory O’Kane 2020-10-18 16:12:42 -04:00 committed by GitHub
parent a6db9b65de
commit d0bde192fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -297,7 +297,7 @@ a:hover {
}
.hack pre code:after,
.hack pre code:before {
content: "";
display: none;
}
.hack code {
font-weight: 700;