Skip to content

Commit

Permalink
Fix color preview in latex theme
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgio committed Oct 12, 2024
1 parent 919ec88 commit d7b711b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/src/main/resources/render/theme/layout/latex.css
Original file line number Diff line number Diff line change
Expand Up @@ -199,10 +199,11 @@ blockquote .attribution {

.codespan-content {
border-radius: 8px;
background: none !important;
}

.color-preview {
margin: 2px 0.3em 0 0.4em;
margin: 0 0.3em 0 0.4em;
border-radius: 3px;
}

Expand Down

0 comments on commit d7b711b

Please sign in to comment.