Skip to content

Commit

Permalink
Merge pull request #63 from laughk/fix-css-for-codeblock-pelican-4.8.0
Browse files Browse the repository at this point in the history
Fix css for codeblock pelican 4.8.0
  • Loading branch information
laughk authored Dec 2, 2022
2 parents a0b3348 + d9d9778 commit 14da897
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion static/css/style.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions static/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,12 @@ main {
overflow-x: auto;
border-style: none;
border-radius: 4px;
code {
color: unset;
background: unset;
padding: unset;
border-radius: unset;
}
}

ul {
Expand Down

0 comments on commit 14da897

Please sign in to comment.