Skip to content

Commit

Permalink
fix: update typography for h5, h6 and p.rubric
Browse files Browse the repository at this point in the history
  • Loading branch information
lepture committed May 13, 2024
1 parent c4e8692 commit 22bb89c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 1 addition & 2 deletions static/css/contents/sphinx.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
.yue p.rubric {
color: var(--yue-c-heading);
font-weight: 600;
font-size: 1.25em;
margin-top: 2em;
margin-top: 2rem;
}

.yue dl.simple > dd > p,
Expand Down
5 changes: 5 additions & 0 deletions static/css/contents/yue.css
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,11 @@
color: inherit;
}

.yue h5, .yue h6 {
color: var(--yue-c-heading);
font-weight: 600;
}

.yue img {
display: inline;
margin-top: 2em;
Expand Down

0 comments on commit 22bb89c

Please sign in to comment.