Skip to content

Commit

Permalink
refine details in page; update content
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Jun 24, 2021
1 parent a88df5c commit bbc074b
Show file tree
Hide file tree
Showing 5 changed files with 293 additions and 71 deletions.
23 changes: 22 additions & 1 deletion assets/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,25 @@ body * {
font-size: 16px;
margin: 24px 0px;
line-height: 25px;
}
}

.md-block pre.md-code-block {
background-color: hsla(0, 0%, 98%, 0.6);
border: 1px solid hsla(0, 0%, 90%, 0.9);
overflow: auto;
padding: 8px 8px;
line-height: 21px;
border-radius: 4px;
font-size: 13px;

font-family: Menlo, Roboto Mono, Ubuntu Mono, Consolas, monospace;
}

.md-block .md-p code {
background-color: hsla(0, 0%, 98%, 0.8);
border: 1px solid hsla(0, 0%, 90%, 0.9);
font-size: 14px;
padding: 2px 8px;
border-radius: 4px;
font-size: 13px;
}
Loading

0 comments on commit bbc074b

Please sign in to comment.