Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions src/styles/elements.css
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,16 @@ span > code {
border-radius: 0.25rem;
}

h1 > code,
h2 > code,
h3 > code,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

QQ, why use > instead of just h1 code? Is there a situation where we'd want >?

h4 > code,
h5 > code,
h6 > code {
font-size: 0.8125em;
vertical-align: text-bottom;
}

iframe {
width: 100%;
min-height: 20rem;
Expand Down