Skip to content

Commit

Permalink
Merge pull request #337 from weilanzh/theme-han-enhancement
Browse files Browse the repository at this point in the history
  • Loading branch information
abnerlee authored Mar 2, 2024
2 parents 247a06d + 1213e0a commit 63a0f10
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions media/theme/han/han.css
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,14 @@ pre, code, pre tt {
font-family: Courier, 'Courier New', monospace;
}

code {
background: rgba(135,131,120,.15);
color: #EB5757;
border-radius: 4px;
font-size: 85%;
padding: 0.2em 0.4em;
}

#write .md-fences {
border: 1px solid #ddd;
padding: 1em 0.5em;
Expand Down

0 comments on commit 63a0f10

Please sign in to comment.