Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix font size of <code> on headers #139

Merged
merged 2 commits into from
Jan 18, 2023
Merged
Changes from 1 commit
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
Next Next commit
Fix font size of <code> on headers
  • Loading branch information
wx257osn2 authored Jan 18, 2023
commit 8a693a4dafa4ade9ea143d56bb9d83daa7696c74
4 changes: 2 additions & 2 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,7 +227,7 @@ 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;
border-radius: 6px;
Expand Down