Skip to content

Commit

Permalink
Merge pull request #139 from cpprefjp/fix-font-size-of-code-on-headers
Browse files Browse the repository at this point in the history
Fix font size of <code> on headers
  • Loading branch information
faithandbrave authored Jan 18, 2023
2 parents bdccb2d + e4d608c commit a633e6b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions css/kunai/site/article.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ div[itemtype="http://schema.org/Article"] {
code {
border-radius: 0;
font-family: monospace;
font-size: .9rem;
font-size: 90%;
background-color: #EFEFEF;
color: #232323;

Expand Down Expand Up @@ -227,9 +227,9 @@ div[itemtype="http://schema.org/Article"] {
box-sizing: border-box;

color: #444;
font-size: .9rem;
font-size: 1rem;
border: 1px solid #CCC;
padding: .75em .75em;
padding: .675em .675em;
border-radius: 6px;

line-height: 1.5;
Expand Down

0 comments on commit a633e6b

Please sign in to comment.